]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 May 2013 11:18:06 +0000 (13:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 14:32:46 +0000 (16:32 +0200)
This reverts commit 311f83ca08c011b048c063c2fd3038a8957970bc.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-s390x/cpu.h

index 6304c4d90b7e55317b4e738e3ef6cbdccfbe78b5..0ce82cf8300ddae876e597277632108f1634a945 100644 (file)
 #include "exec/cpu-defs.h"
 #define TARGET_PAGE_BITS 12
 
-/* Actually 64-bits, limited by the memory API to 62 bits.  We
- * never use that much.
- */
-#define TARGET_PHYS_ADDR_SPACE_BITS 62
+#define TARGET_PHYS_ADDR_SPACE_BITS 64
 #define TARGET_VIRT_ADDR_SPACE_BITS 64
 
 #include "exec/cpu-all.h"