diff options
author | blueswir1 | 2007-07-07 22:44:35 +0200 |
---|---|---|
committer | blueswir1 | 2007-07-07 22:44:35 +0200 |
commit | 33b3780262ce300ea5fdd16a62a7661455af05f1 (patch) | |
tree | 5dfba381a624b321e9be9ec09d020ebf26db1e15 /target-sparc/cpu.h | |
parent | Fix 64 bit ELF file symbol lookup (diff) | |
download | qemu-33b3780262ce300ea5fdd16a62a7661455af05f1.tar.gz qemu-33b3780262ce300ea5fdd16a62a7661455af05f1.tar.xz qemu-33b3780262ce300ea5fdd16a62a7661455af05f1.zip |
Fix Sparc64 page size
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3047 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 9229ad4a7d..7fbc19d142 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -10,7 +10,7 @@ #else #define TARGET_LONG_BITS 64 #define TARGET_FPREGS 64 -#define TARGET_PAGE_BITS 12 /* XXX */ +#define TARGET_PAGE_BITS 13 /* 8k */ #endif #define TARGET_PHYS_ADDR_BITS 64 |