From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:23 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f5ddb272cee9edd7b94ad10bab3f0c25d47e70;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 8d3823d84..6270a3152 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 31 +#define MAX_PPN_BITS 32 #define MAX_PPN (((PPN)1 << MAX_PPN_BITS) - 1) #define INVALID_PPN ((PPN)0x000fffffffffffffull)