]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(mpam): remove unwanted param for "endfunc" macro
authorRohit Mathew <rohit.mathew@arm.com>
Tue, 18 Oct 2022 21:57:06 +0000 (22:57 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 9 Jan 2023 16:25:01 +0000 (17:25 +0100)
commit0e0bd250ef08ba70b34db9eb0cab0f6ef4d08edf
tree963d225d86c9975a8659ab05ebc0b9a416e3cddb
parent0e4655f828db2c0b03bdab22e676b77274caa656
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
lib/el3_runtime/aarch64/context.S