Commit dab6322b86bb9d9cf86847ceb055f1b99f1e772a
1 parent
c3b5bc8a
Larger physical address space for 32-bit MIPS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3765 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
0 deletions
target-mips/mips-defs.h
... | ... | @@ -14,6 +14,9 @@ |
14 | 14 | #define TARGET_LONG_BITS 32 |
15 | 15 | #endif |
16 | 16 | |
17 | +/* Even MIPS32 can have 36 bits physical address space. */ | |
18 | +#define TARGET_PHYS_ADDR_BITS 64 | |
19 | + | |
17 | 20 | /* Masks used to mark instructions to indicate which ISA level they |
18 | 21 | were introduced in. */ |
19 | 22 | #define ISA_MIPS1 0x00000001 | ... | ... |