commit | ca91d274325b70f907e90e0de96064c7b6d86b08 | [log] [tgz] |
---|---|---|
author | Rohit Mathew <rohit.mathew@arm.com> | Tue Oct 18 22:57:06 2022 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Jan 09 17:25:01 2023 +0100 |
tree | 963d225d86c9975a8659ab05ebc0b9a416e3cddb | |
parent | 543381b311734bf0325b45145f82c9f0d2c33a3b [diff] |
fix(mpam): remove unwanted param for "endfunc" macro "endfunc" macro is used to mark the end of a function. It takes the function label as an argument. For el2_sysregs_context_save_mpam function, "endfunc" has been called with an assumed typo, "func", along with the function label. Remove this unwanted param to fix the endfunc call. Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: I05f958a285f936df579f01500b6fd7cb2b7753a8