qemu-devel
[Top][All Lists]
Advanced

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

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


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 03/19] Alpha: set target page size to 13 bits.
Date: Mon, 30 Mar 2009 16:36:18 +0200

(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 a9f1c0f..582827e 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]