From: Kruti Date: Fri, 23 Feb 2024 10:25:09 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190202266d0d198cef38c34420be6057bd75e3e2;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 cd239511d..a139da28b 100644 --- a/open-vm-tools/lib/include/x86_basic_defs.h +++ b/open-vm-tools/lib/include/x86_basic_defs.h @@ -107,6 +107,7 @@ #define CR4_CET 0x00800000 #define CR4_PKS 0x01000000 #define CR4_UINTR 0x02000000 +#define CR4_LASS 0x08000000 #define CR4_LAM_SUP 0x10000000 #define CR4_RESERVED CONST64U(0xffffffffee089000) #define CR8_RESERVED CONST64U(0xfffffffffffffff0)