X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fsiemens%2Fsitemp_g1p1%2Fmptable.c;h=ba2c1e4c1c3d4ae39ac031a50676b22b7aced494;hb=5ff7c13e858a31addf1558731a12cf6c753b576d;hp=9e4a6db028696345c9f59aaa5bcc25467d4e72e8;hpb=5ed8cc0d62b25ee0fb014ccd8726836b1a99d87f;p=coreboot.git diff --git a/src/mainboard/siemens/sitemp_g1p1/mptable.c b/src/mainboard/siemens/sitemp_g1p1/mptable.c index 9e4a6db02..ba2c1e4c1 100644 --- a/src/mainboard/siemens/sitemp_g1p1/mptable.c +++ b/src/mainboard/siemens/sitemp_g1p1/mptable.c @@ -38,7 +38,7 @@ static void *smp_write_config_table(void *v) { struct mp_config_table *mc; int isa_bus; - + mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); mptable_init(mc, LAPIC_ADDR); smp_write_processors(mc);