From: Mark Rutland Date: Mon, 24 Nov 2014 14:05:44 +0000 (+0000) Subject: arm64: kvm: remove ESR_EL2_* macros X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e53031ed840fc6d6ad4d4e5778eed5a50183f23;p=pandora-kernel.git 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 Acked-by: Christoffer Dall Reviewed-by: Christoffer Dall Cc: Catalin Marinas Cc: Marc Zyngier Cc: Peter Maydell Cc: Will Deacon --- Reading git-diff-tree failed