]> git.proxmox.com Git - qemu.git/blobdiff - cpu-common.h
Unbreak large mem support by removing kqemu
[qemu.git] / cpu-common.h
index 8f89325a84fa9a9825e2df616b98cb47432bea88..d0941946ae797d19a5705a2624f1bfe6352023d0 100644 (file)
 #include "bswap.h"
 
 /* address in the RAM (different from a physical address) */
-#ifdef CONFIG_KQEMU
-/* FIXME: This is wrong.  */
-typedef uint32_t ram_addr_t;
-#else
 typedef unsigned long ram_addr_t;
-#endif
 
 /* memory API */