qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 08/25] Alpha: set target page size to 13 bits.


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 08/25] Alpha: set target page size to 13 bits.
Date: Tue, 24 Mar 2009 16:47:50 +0100

(As defined by the alpha arch ref).

Signed-off-by: Tristan Gingold <address@hidden>
---
 target-alpha/cpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 3e00507..5aef97e 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -40,7 +40,7 @@
 #define ICACHE_LINE_SIZE 32
 #define DCACHE_LINE_SIZE 32
 
-#define TARGET_PAGE_BITS 12
+#define TARGET_PAGE_BITS 13
 
 #define VA_BITS 43
 
-- 
1.6.2





reply via email to

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