]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Wed, 26 Dec 2012 21:14:22 +0000 (13:14 -0800)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 26 Dec 2012 21:40:23 +0000 (13:40 -0800)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_basic_types.h

index 842bb19c24458a4c94f4b313f9bb268c05685d3a..24e29191e5514ead7318530290725b4a0e1351d9 100644 (file)
@@ -564,12 +564,6 @@ typedef void * UserVA;
 #endif
 
 
-/*
- * Maximal possible PPN value (errors too) that PhysMem can handle.
- * Must be at least as large as MAX_PPN which is the maximum PPN
- * for any region other than buserror.
- */
-#define PHYSMEM_MAX_PPN   ((PPN)0xffffffff)
 #define MAX_PPN           ((PPN)0x3fffffff) /* Maximal observable PPN value. */
 #define INVALID_PPN       ((PPN)0xffffffff)
 #define APIC_INVALID_PPN  ((PPN)0xfffffffe)