From: John Wolfe Date: Tue, 12 Jul 2022 16:56:01 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e371bd289f53585e67853a97328906c196af818;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 ff98a97e9..7811d61e7 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -514,10 +514,6 @@ typedef uint64 PhysMemSize; typedef uint64 BA; typedef uint64 BPN; -/* To be removed in next changeset (PR2928811) */ -#define UINT64_2_BPN(u) ((BPN)(u)) -#define BPN_2_UINT64(b) ((uint64)(b)) - typedef uint64 PageCnt; typedef uint64 PageNum; typedef unsigned MemHandle;