Re: [PATCH 06/11] arm64: Move post_ttbr_update_workaround to C code

2018-01-04 Thread Ard Biesheuvel
On 4 January 2018 at 15:08, Will Deacon wrote: > From: Marc Zyngier > > 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 > Signed-off-by: Will Dea

[PATCH 06/11] arm64: Move post_ttbr_update_workaround to C code

2018-01-04 Thread Will Deacon
From: Marc Zyngier 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 Signed-off-by: Will Deacon --- arch/arm64/include/asm/assembler.h | 13