Commit 33b3780262ce300ea5fdd16a62a7661455af05f1

Authored by blueswir1
1 parent 0774bed1

Fix Sparc64 page size


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3047 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-sparc/cpu.h
... ... @@ -10,7 +10,7 @@
10 10 #else
11 11 #define TARGET_LONG_BITS 64
12 12 #define TARGET_FPREGS 64
13   -#define TARGET_PAGE_BITS 12 /* XXX */
  13 +#define TARGET_PAGE_BITS 13 /* 8k */
14 14 #endif
15 15  
16 16 #define TARGET_PHYS_ADDR_BITS 64
... ...