From: Suraj Jitindar Singh <sjitindarsi...@gmail.com>

Add definition of the LPCR EVIRT (enhanced virtualisation) bit.

Reviewed-by: David Gibson <da...@gibson.dropbear.id.au>
Signed-off-by: Suraj Jitindar Singh <sjitindarsi...@gmail.com>
Signed-off-by: Paul Mackerras <pau...@ozlabs.org>
---
 arch/powerpc/include/asm/reg.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index 6fda746..9c42abf 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -456,6 +456,7 @@
 #define   LPCR_HVICE           ASM_CONST(0x0000000000000002)      /* P9: HV 
interrupt enable */
 #define   LPCR_HDICE           ASM_CONST(0x0000000000000001)      /* Hyp Decr 
enable (HV,PR,EE) */
 #define   LPCR_UPRT            ASM_CONST(0x0000000000400000)      /* Use 
Process Table (ISA 3) */
+#define   LPCR_EVIRT           ASM_CONST(0x0000000000200000)      /* Enhanced 
Virtualisation */
 #define   LPCR_HR              ASM_CONST(0x0000000000100000)
 #ifndef SPRN_LPID
 #define SPRN_LPID      0x13F   /* Logical Partition Identifier */
-- 
2.7.4

Reply via email to