diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-27 13:18:06 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-06-20 16:32:46 +0200 |
commit | 5b23fd03324096056cf1f6bcf111224760d4c67c (patch) | |
tree | fa0d48cb403e60d9df0b857922d908dec9ad1bf0 /target-s390x/cpu.h | |
parent | 99b9cc0679585b2d495d7d31ce556549b6b2721c (diff) |
Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"
This reverts commit 311f83ca08c011b048c063c2fd3038a8957970bc.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 6304c4d90b..0ce82cf830 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -34,10 +34,7 @@ #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" |