aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-all.h
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2011-09-17 12:25:30 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-09-21 10:50:59 +0100
commit8b3692d13620549c2ca85d9201c32d47b74bb755 (patch)
tree8c913f9916de283e5f3f8fa596997c9d5f7e1e5e /cpu-all.h
parent53380ac37f252ec67a5597e79a3893795bf273ca (diff)
Remove qemu_host_page_bits
It was introduced with commit 54936004fddc52c321cb3f9a9a51140e782bed5d as host_page_bits but never used. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h
index f5c82cdeb..42a5fa0a7 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -290,7 +290,6 @@ extern unsigned long reserved_va;
/* ??? These should be the larger of unsigned long and target_ulong. */
extern unsigned long qemu_real_host_page_size;
-extern unsigned long qemu_host_page_bits;
extern unsigned long qemu_host_page_size;
extern unsigned long qemu_host_page_mask;