Commit 87022ff52b7de5b2836a7f9d4b8a1727e1cc2ff7

Authored by bellard
1 parent cd072e01

moved mp config table to a safer place


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1709 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -466,7 +466,7 @@ static void bios_add_mptable(uint8_t *bios_data)
466 466 if (smp_cpus <= 1)
467 467 return;
468 468  
469   - mp_config_table = bios_data + 0xcc00;
  469 + mp_config_table = bios_data + 0xb000;
470 470 q = mp_config_table;
471 471 putstr(&q, "PCMP"); /* "PCMP signature */
472 472 putle16(&q, 0); /* table length (patched later) */
... ...