aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-09-13 08:32:39 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-13 08:32:39 +0000
commit075cd324df63aedef329f8adf7909d425c2c0a64 (patch)
tree8bc1724a2de5ab7352fcb432c15db75aa52ba3ac /hw/pc.c
parent675d6f82106a01fb2f7223c4c31bad2fa3bc3ac6 (diff)
x86: move a declaration to header
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 1cf47d637..bb78f0bce 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -456,8 +456,6 @@ static void bochs_bios_write(void *opaque, uint32_t addr, uint32_t val)
}
}
-extern uint64_t node_cpumask[MAX_NODES];
-
static void *bochs_bios_init(void)
{
void *fw_cfg;