]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-microblaze/cpu.h
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
[mirror_qemu.git] / target-microblaze / cpu.h
index 1bf4875ecfe653442df4b5c5db5b8dcc6639fa9a..599938639a8c254a886511303e2541598e103604 100644 (file)
@@ -253,6 +253,9 @@ enum {
 #define TARGET_PAGE_BITS 12
 #define MMAP_SHIFT TARGET_PAGE_BITS
 
+#define TARGET_PHYS_ADDR_SPACE_BITS 32
+#define TARGET_VIRT_ADDR_SPACE_BITS 32
+
 #define cpu_init cpu_mb_init
 #define cpu_exec cpu_mb_exec
 #define cpu_gen_code cpu_mb_gen_code