From 6be68d7eb9037fa3b8ef18901e5c02c120463efd Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 23 Jul 2009 17:03:42 +0200 Subject: Introduce -smp , maxcpus= flag to specify maximum number of CPUS. Follow on patch will use it to determine the size of the MADT and other BIOS tables. Signed-off-by: Jes Sorensen Signed-off-by: Anthony Liguori --- hw/fw_cfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/fw_cfg.h') diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h index 9fee18100..30dfec7c6 100644 --- a/hw/fw_cfg.h +++ b/hw/fw_cfg.h @@ -16,6 +16,7 @@ #define FW_CFG_BOOT_DEVICE 0x0c #define FW_CFG_NUMA 0x0d #define FW_CFG_BOOT_MENU 0x0e +#define FW_CFG_MAX_CPUS 0x0f #define FW_CFG_MAX_ENTRY 0x10 #define FW_CFG_WRITE_CHANNEL 0x4000 -- cgit v1.2.3