From: Oliver Kurth Date: Tue, 5 Jun 2018 22:45:03 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f97b892121c31d3deb05e15b5dc2c8e0c69b749;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 8c9e5bef4..d67951023 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -613,11 +613,6 @@ typedef uint64 TPPN64; typedef uint64 MA64; typedef uint64 MPN; -/* - * Remove after PPN->PPN64 conversion is finished. - */ -#define PPN64_2_PPN(_ppn) ((PPN)_ppn) - /* * IO device DMA virtual address and page number (translated by IOMMU to * MA/MPN). IOPN can be in the inclusive range 0 -> MAX_IOPN.