From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:39 +0000 (-0700) Subject: Update APIC_INVALID_PPN and PHYSMEM_MAX_PPN X-Git-Tag: stable-11.0.0~546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95938b9bf10e19f7b4873d62c6c766892bc0cf6e;p=thirdparty%2Fopen-vm-tools.git Update APIC_INVALID_PPN and PHYSMEM_MAX_PPN --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 78d39113b..2d347095b 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -624,7 +624,7 @@ typedef void * UserVA; #define INVALID_PPN ((PPN)0x000fffffffffffffull) #define INVALID_PPN32 ((PPN32)0xffffffff) #define INVALID_PPN64 ((PPN)0xffffffffffffffffull) -#define APIC_INVALID_PPN ((PPN)0xfffffffe) +#define APIC_INVALID_PPN ((PPN)0x000ffffffffffffeull) #define INVALID_BPN ((BPN)0x0000ffffffffffffull)