]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 12 Jul 2022 16:56:01 +0000 (09:56 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 12 Jul 2022 16:56:01 +0000 (09:56 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index ff98a97e9b3389b23b793a8a0783c57c7842ab2e..7811d61e778fbd5ec33924c3c4f4a37bcca640fa 100644 (file)
@@ -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;