]> git.baikalelectronics.ru Git - 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)
commitcb98ed7fb0ae4938bb7fa40e95ba59e6b7da467e
tree2aa951b992ac337e465a44e27e06bf66400883ce
parent10fe58214e2d27131f1e03c04afd20a544b1896a
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