]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/arm64/mm/proc.S
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)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 22 Feb 2018 14:15:48 +0000 (08:15 -0600)
commitaafb2daf4be7fbd8164f4c98e9dded0ccf55b5bd
tree6f49efe1a8b58971c8ce7c54ef64ac78c96f69c9
parent88455381ca13008e02ef938dcb935c660c4f6344
arm64: Move post_ttbr_update_workaround to C code

BugLink: http://bugs.launchpad.net/bugs/1751064
Commit 95e3de3590e3 upstream.

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>
Conflicts:
arch/arm64/include/asm/assembler.h
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/arm64/include/asm/assembler.h
arch/arm64/kernel/entry.S
arch/arm64/mm/context.c
arch/arm64/mm/proc.S