Commit 92b72cbcd5d73c7a832a7964cbfbcc3110992f2d

Authored by blueswir1
1 parent d8bdf5fa

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
Showing 1 changed file with 2 additions and 0 deletions
target-sparc/cpu.h
@@ -13,6 +13,8 @@ @@ -13,6 +13,8 @@
13 #define TARGET_PAGE_BITS 12 /* XXX */ 13 #define TARGET_PAGE_BITS 12 /* XXX */
14 #endif 14 #endif
15 15
  16 +#define TARGET_PHYS_ADDR_BITS 64
  17 +
16 #include "cpu-defs.h" 18 #include "cpu-defs.h"
17 19
18 #include "softfloat.h" 20 #include "softfloat.h"