aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 83d601fe9c..41cfdcfea1 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -466,7 +466,7 @@ static void bios_add_mptable(uint8_t *bios_data)
if (smp_cpus <= 1)
return;
- mp_config_table = bios_data + 0xcc00;
+ mp_config_table = bios_data + 0xb000;
q = mp_config_table;
putstr(&q, "PCMP"); /* "PCMP signature */
putle16(&q, 0); /* table length (patched later) */