]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Enable 36-bit physical address space also on 32-bit hosts
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Jun 2007 16:56:47 +0000 (16:56 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Jun 2007 16:56:47 +0000 (16:56 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2914 c046a42c-6fe2-441c-8c8c-71466251a162

target-sparc/cpu.h

index 215862931ecb756b785df9aa301d19926af29e65..198ba54e12c17daec2602202cb2544cb8aa79132 100644 (file)
@@ -13,6 +13,8 @@
 #define TARGET_PAGE_BITS 12 /* XXX */
 #endif
 
+#define TARGET_PHYS_ADDR_BITS 64
+
 #include "cpu-defs.h"
 
 #include "softfloat.h"