summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-05-05 12:14:07 +0300
committerAvi Kivity <avi@qumranet.com>2008-05-05 16:46:43 +0300
commitded723a3d5b4fcdb5f98a840ca97b50966e71264 (patch)
tree71296659c8a17ef44d5c31268fecfd14323df8be /cpu-defs.h
parentkvm: external module: adjust to div64_u64 rename (diff)
parentQemu 32-bit i386, gcc >= 3.4 spill error fix (diff)
downloadqemu-kvm-ded723a3d5b4fcdb5f98a840ca97b50966e71264.tar.gz
qemu-kvm-ded723a3d5b4fcdb5f98a840ca97b50966e71264.tar.bz2
qemu-kvm-ded723a3d5b4fcdb5f98a840ca97b50966e71264.zip
Merge branch 'qemu-cvs'
Conflicts: qemu/Makefile qemu/Makefile.target qemu/configure qemu/cpu-all.h qemu/cpu-exec.c qemu/exec.c qemu/hw/boards.h qemu/hw/pc.c qemu/hw/vga.c qemu/monitor.c qemu/osdep.c qemu/pc-bios/bios.bin qemu/sysemu.h qemu/vl.c
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index 04df87eb5..7d00d7f78 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -76,9 +76,6 @@ typedef uint64_t target_phys_addr_t;
#error TARGET_PHYS_ADDR_BITS undefined
#endif
-/* address in the RAM (different from a physical address) */
-typedef unsigned long ram_addr_t;
-
#define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
#define EXCP_INTERRUPT 0x10000 /* async interruption */