From: VMware, Inc <> Date: Wed, 26 Dec 2012 21:14:22 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2012.12.26-958366~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db425ac5b33bef2851696e3b56d43b09984a032a;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 842bb19c2..24e29191e 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -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)