arm64: mm: Rename post_ttbr0_update_workaround
The post_ttbr0_update_workaround hook applies to any change to TTBRx_EL1. Since we're using TTBR1 for the ASID, rename the hook to make it clearer as to what it's doing. Reviewed-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Laura Abbott <labbott@redhat.com> Tested-by: Shanker Donthineni <shankerd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
@@ -145,7 +145,7 @@ ENTRY(cpu_do_switch_mm)
|
||||
isb
|
||||
msr ttbr0_el1, x0 // now update TTBR0
|
||||
isb
|
||||
post_ttbr0_update_workaround
|
||||
post_ttbr_update_workaround
|
||||
ret
|
||||
ENDPROC(cpu_do_switch_mm)
|
||||
|
||||
|
Reference in New Issue
Block a user