From b85ff4c333b71877886b56775cfaef55eb6f9cf2 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 15 May 2018 00:53:15 +0200 Subject: [PATCH] remove redefinitions of macros --- tools/uhyve-x86_64.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/uhyve-x86_64.c b/tools/uhyve-x86_64.c index f155de066..232fde16d 100644 --- a/tools/uhyve-x86_64.c +++ b/tools/uhyve-x86_64.c @@ -75,10 +75,6 @@ #define CPUID_FUNC_PERFMON 0x0A #define GUEST_PAGE_SIZE 0x200000 /* 2 MB pages in guest */ -#define KVM_32BIT_MAX_MEM_SIZE (1ULL << 32) -#define KVM_32BIT_GAP_SIZE (768 << 20) -#define KVM_32BIT_GAP_START (KVM_32BIT_MAX_MEM_SIZE - KVM_32BIT_GAP_SIZE) - #define BOOT_GDT 0x1000 #define BOOT_INFO 0x2000 #define BOOT_PML4 0x10000