]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 29 Aug 2018 20:29:42 +0000 (13:29 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 29 Aug 2018 20:29:42 +0000 (13:29 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 6270a315279c73f1c333f26db16b746a6a84c39a..74da7128a93022fb5b99b9945c786ab1524d96a0 100644 (file)
@@ -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)