]> git.proxmox.com Git - qemu.git/blobdiff - cpu-common.h
Remove IO_MEM_SHIFT
[qemu.git] / cpu-common.h
index 0f3a68235fc3591d0b3e6286264fe45d44ec67e2..a40c57dc1f9e67daa4819f41fdb06d60629cb267 100644 (file)
@@ -107,8 +107,6 @@ void stq_phys(target_phys_addr_t addr, uint64_t val);
 void cpu_physical_memory_write_rom(target_phys_addr_t addr,
                                    const uint8_t *buf, int len);
 
-#define IO_MEM_SHIFT       3
-
 extern struct MemoryRegion io_mem_ram;
 extern struct MemoryRegion io_mem_rom;
 extern struct MemoryRegion io_mem_unassigned;