projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675d6f8
)
x86: move a declaration to header
author
Blue Swirl
<blauwirbel@gmail.com>
Sun, 13 Sep 2009 08:32:39 +0000
(08:32 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 13 Sep 2009 08:32:39 +0000
(08:32 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pc.c
patch
|
blob
|
history
sysemu.h
patch
|
blob
|
history
diff --git
a/hw/pc.c
b/hw/pc.c
index 1cf47d637515fce4ac10d4b0e4036a51278b1c93..bb78f0bce73428f1b43233675f4b6d2d1daddad6 100644
(file)
--- 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;
diff --git
a/sysemu.h
b/sysemu.h
index a96b16879332c02ef7698f1b5bb5fb291bef56b4..644a97d62453bb5bd2a6e3b406177040218795a0 100644
(file)
--- a/
sysemu.h
+++ b/
sysemu.h
@@
-138,6
+138,7
@@
extern int boot_menu;
#define MAX_NODES 64
extern int nb_numa_nodes;
extern uint64_t node_mem[MAX_NODES];
+extern uint64_t node_cpumask[MAX_NODES];
#define MAX_OPTION_ROMS 16
extern const char *option_rom[MAX_OPTION_ROMS];