X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fnewisys%2Fkhepri%2Fmptable.c;h=37ed636a3aac9d3bfc2a928c7e9571b493f866d1;hb=c36d506a05ad02f65d92d0f5a7b70a7c25666445;hp=f7632800dfbfc3899a027060779bd2374f2663d4;hpb=c2c23dca8bea16a0198a21fe900fb1d43170489a;p=coreboot.git diff --git a/src/mainboard/newisys/khepri/mptable.c b/src/mainboard/newisys/khepri/mptable.c index f7632800d..37ed636a3 100644 --- a/src/mainboard/newisys/khepri/mptable.c +++ b/src/mainboard/newisys/khepri/mptable.c @@ -15,7 +15,7 @@ static void *smp_write_config_table(void *v) mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); - mptable_init(mc, "KHEPRI ", LAPIC_ADDR); + mptable_init(mc, LAPIC_ADDR); smp_write_processors(mc);