qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 07/24] Increase Alpha physical address size to 44 bi


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 07/24] Increase Alpha physical address size to 44 bits.
Date: Fri, 13 Mar 2009 15:20:26 +0100

Remove unused target virt addr.

Signed-off-by: Tristan Gingold <address@hidden>
---
 exec.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/exec.c b/exec.c
index c8bcc88..05244a9 100644
--- a/exec.c
+++ b/exec.c
@@ -71,8 +71,7 @@
 #elif defined(TARGET_SPARC)
 #define TARGET_PHYS_ADDR_SPACE_BITS 36
 #elif defined(TARGET_ALPHA)
-#define TARGET_PHYS_ADDR_SPACE_BITS 42
-#define TARGET_VIRT_ADDR_SPACE_BITS 42
+#define TARGET_PHYS_ADDR_SPACE_BITS 44
 #elif defined(TARGET_PPC64)
 #define TARGET_PHYS_ADDR_SPACE_BITS 42
 #elif defined(TARGET_X86_64) && !defined(USE_KQEMU)
-- 
1.6.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]