From 99b9cc0679585b2d495d7d31ce556549b6b2721c Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 27 May 2013 13:18:01 +0200 Subject: Revert "memory: limit sections in the radix tree to the actual address space size" This reverts commit 86a8623692b1b559a419a92eb8b6897c221bca74. Signed-off-by: Paolo Bonzini --- include/exec/memory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/exec/memory.h b/include/exec/memory.h index c747f67c83..c11a3f8e9c 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -26,9 +26,6 @@ #include "exec/ioport.h" #include "qemu/int128.h" -#define MAX_PHYS_ADDR_SPACE_BITS 62 -#define MAX_PHYS_ADDR (((hwaddr)1 << MAX_PHYS_ADDR_SPACE_BITS) - 1) - typedef struct MemoryRegionOps MemoryRegionOps; typedef struct MemoryRegionPortio MemoryRegionPortio; typedef struct MemoryRegionMmio MemoryRegionMmio; -- cgit v1.2.1