Commit b09d9d4618b936f64a7d42f12858ca12ba661128

Authored by aurel32
1 parent e37e6ee6

target-alpha: set target page size to 13 bits

(As defined by the alpha arch ref).

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7029 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-alpha/cpu.h
... ... @@ -40,7 +40,7 @@
40 40 #define ICACHE_LINE_SIZE 32
41 41 #define DCACHE_LINE_SIZE 32
42 42  
43   -#define TARGET_PAGE_BITS 12
  43 +#define TARGET_PAGE_BITS 13
44 44  
45 45 #define VA_BITS 43
46 46  
... ...