mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
x86: move a declaration to header
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
675d6f8210
commit
075cd324df
2 changed files with 1 additions and 2 deletions
2
hw/pc.c
2
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;
|
||||
|
|
|
|||
1
sysemu.h
1
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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue