From: Oliver Kurth Date: Wed, 29 Aug 2018 20:29:42 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742c2c3bcea285302487b02bddad042237810663;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 6270a3152..74da7128a 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -615,7 +615,7 @@ typedef void * UserVA; /* Maximal observable PPN value. */ -#define MAX_PPN_BITS 32 +#define MAX_PPN_BITS 33 #define MAX_PPN (((PPN)1 << MAX_PPN_BITS) - 1) #define INVALID_PPN ((PPN)0x000fffffffffffffull)