diff mbox

[3/5] x86: Add Definition for PCE bit in CR4

Message ID 20171224100801.145806-4-arbel.moshe@oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arbel Moshe Dec. 24, 2017, 10:07 a.m. UTC
Signed-off-by: Arbel Moshe <arbel.moshe@oracle.com>
Reviewed-by: Liran Alon <liran.alon@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 lib/x86/processor.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/lib/x86/processor.h b/lib/x86/processor.h
index 2473862..e850029 100644
--- a/lib/x86/processor.h
+++ b/lib/x86/processor.h
@@ -27,6 +27,7 @@ 
 #define X86_CR4_PSE    0x00000010
 #define X86_CR4_PAE    0x00000020
 #define X86_CR4_MCE    0x00000040
+#define X86_CR4_PCE    0x00000100
 #define X86_CR4_VMXE   0x00002000
 #define X86_CR4_PCIDE  0x00020000
 #define X86_CR4_SMAP   0x00200000