summaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/dk8s2/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/iwill/dk8s2/mptable.c')
-rw-r--r--src/mainboard/iwill/dk8s2/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8s2/mptable.c b/src/mainboard/iwill/dk8s2/mptable.c
index c77c1bf40d..4f262f22fd 100644
--- a/src/mainboard/iwill/dk8s2/mptable.c
+++ b/src/mainboard/iwill/dk8s2/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, "DK8S2 ", LAPIC_ADDR);
+ mptable_init(mc, LAPIC_ADDR);
smp_write_processors(mc);