]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/mips-defs.h
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
[qemu.git] / target-mips / mips-defs.h
index 54e80f10e49ea9272658c7c43c96c650a555eafa..0f6a9562ab008726508280e0d0486d24a1d83a89 100644 (file)
@@ -8,6 +8,10 @@
 #define TARGET_PAGE_BITS 12
 #define MIPS_TLB_MAX 128
 
+/* ??? MIPS64 no doubt has a larger address space.  */
+#define TARGET_PHYS_ADDR_SPACE_BITS 32
+#define TARGET_VIRT_ADDR_SPACE_BITS 32
+
 #if defined(TARGET_MIPS64)
 #define TARGET_LONG_BITS 64
 #else