]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
arm64: compat: Add cp15_32 and cp15_64 handler arrays
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 27 Sep 2018 16:15:31 +0000 (17:15 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 1 Oct 2018 12:35:59 +0000 (13:35 +0100)
commit2a8905e18c55d5576d7a53da495b4de0cfcbc459
treeaad1a389ef607b9f2790ff0103827e77e7866493
parent1f1c014035a8084a768e7e902c6f5857995b1220
arm64: compat: Add cp15_32 and cp15_64 handler arrays

We're now ready to start handling CP15 access. Let's add (empty)
arrays for both 32 and 64bit accessors, and the code that deals
with them.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/traps.c