arm64: Move post_ttbr_update_workaround to C code
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 2 Jan 2018 18:19:39 +0000 (18:19 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 8 Jan 2018 18:45:19 +0000 (18:45 +0000)
commit95e3de3590e3f2358bb13f013911bc1bfa5d3f53
treeac213453703987064269bb32c3a902d57a6013d9
parentd68e3ba5303f7e1099f51fdcd155f5263da8569b
arm64: Move post_ttbr_update_workaround to C code

We will soon need to invoke a CPU-specific function pointer after changing
page tables, so move post_ttbr_update_workaround out into C code to make
this possible.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/assembler.h
arch/arm64/kernel/entry.S
arch/arm64/mm/context.c
arch/arm64/mm/proc.S