]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
arm64: kvm: remove ESR_EL2_* macros
authorMark Rutland <mark.rutland@arm.com>
Mon, 24 Nov 2014 14:05:44 +0000 (14:05 +0000)
committerMark Rutland <mark.rutland@arm.com>
Thu, 15 Jan 2015 12:24:43 +0000 (12:24 +0000)
commit6e53031ed840fc6d6ad4d4e5778eed5a50183f23
tree2aa951b992ac337e465a44e27e06bf66400883ce
parent4a939087bd02ce38135a3924ad3099685abe4c5f
arm64: kvm: remove ESR_EL2_* macros

Now that all users have been moved over to the common ESR_ELx_* macros,
remove the redundant ESR_EL2 macros. To maintain compatibility with the
fault handling code shared with 32-bit, the FSC_{FAULT,PERM} macros are
retained as aliases for the common ESR_ELx_FSC_{FAULT,PERM} definitions.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/kvm_arm.h