From: John Wolfe Date: Thu, 7 Oct 2021 06:40:31 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db093d15c263262632a854342b447c6b67e72394;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86_basic_defs.h b/open-vm-tools/lib/include/x86_basic_defs.h index 68b8d2379..22ff7d5bc 100644 --- a/open-vm-tools/lib/include/x86_basic_defs.h +++ b/open-vm-tools/lib/include/x86_basic_defs.h @@ -101,6 +101,7 @@ #define CR4_PKE 0x00400000 #define CR4_CET 0x00800000 #define CR4_PKS 0x01000000 +#define CR4_UINTR 0x02000000 #define CR4_RESERVED CONST64U(0xfffffffffe089000) #define CR8_RESERVED CONST64U(0xfffffffffffffff0)