Skip to content

Commit e5d6cec

Browse files
manish-pandey-armTrustedFirmware Code Review
authored andcommitted
Merge "fix(mpam): remove unwanted param for "endfunc" macro" into integration
2 parents 74a3f9e + 0e0bd25 commit e5d6cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/el3_runtime/aarch64/context.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func el2_sysregs_context_save_mpam
285285
mrs x12, MPAMVPMV_EL2
286286
stp x11, x12, [x0, #CTX_MPAMVPM7_EL2]
287287
ret
288-
endfunc func el2_sysregs_context_save_mpam
288+
endfunc el2_sysregs_context_save_mpam
289289

290290
func el2_sysregs_context_restore_mpam
291291
ldr x10, [x0, #CTX_MPAM2_EL2]

0 commit comments

Comments
 (0)