]> Git Repo - qemu.git/commitdiff
target-alpha: set target page size to 13 bits
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 7 Apr 2009 21:47:34 +0000 (21:47 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 7 Apr 2009 21:47:34 +0000 (21:47 +0000)
(As defined by the alpha arch ref).

Signed-off-by: Tristan Gingold <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7029 c046a42c-6fe2-441c-8c8c-71466251a162

target-alpha/cpu.h

index a9f1c0f99b2ed038cd7298ea8d93468cff2120c7..582827e55a60135e55b527cd7b98547b836fe221 100644 (file)
@@ -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
 
This page took 0.02549 seconds and 4 git commands to generate.