diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 16:56:47 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 16:56:47 +0000 |
commit | 92b72cbcd5d73c7a832a7964cbfbcc3110992f2d (patch) | |
tree | ed60d4db35967753c5b5a1781a3f369a89d21ff9 /target-sparc | |
parent | d8bdf5fa1317c58a3079b1a899a7c2dc5e7753ef (diff) |
Enable 36-bit physical address space also on 32-bit hosts
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2914 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 215862931e..198ba54e12 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -13,6 +13,8 @@ #define TARGET_PAGE_BITS 12 /* XXX */ #endif +#define TARGET_PHYS_ADDR_BITS 64 + #include "cpu-defs.h" #include "softfloat.h" |