qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [7029] target-alpha: set target page size to 13 bits


From: Aurelien Jarno
Subject: [Qemu-devel] [7029] target-alpha: set target page size to 13 bits
Date: Tue, 07 Apr 2009 21:47:34 +0000

Revision: 7029
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7029
Author:   aurel32
Date:     2009-04-07 21:47:34 +0000 (Tue, 07 Apr 2009)
Log Message:
-----------
target-alpha: set target page size to 13 bits

(As defined by the alpha arch ref).

Signed-off-by: Tristan Gingold <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/target-alpha/cpu.h

Modified: trunk/target-alpha/cpu.h
===================================================================
--- trunk/target-alpha/cpu.h    2009-04-07 21:47:27 UTC (rev 7028)
+++ trunk/target-alpha/cpu.h    2009-04-07 21:47:34 UTC (rev 7029)
@@ -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
 





reply via email to

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