arm64: compat: Add cp15_32 and cp15_64 handler arrays
authorMarc Zyngier <[email protected]>
Thu, 27 Sep 2018 16:15:31 +0000 (17:15 +0100)
committerCatalin Marinas <[email protected]>
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 <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/kernel/traps.c