qemu-devel
[Top][All Lists]
Advanced

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

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


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 07/25] Increase Alpha physical address size to 44 bits.
Date: Tue, 24 Mar 2009 16:47:49 +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 4330003..12d35b0 100644
--- a/exec.c
+++ b/exec.c
@@ -68,8 +68,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]