summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kcma-d8/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/kcma-d8/mptable.c')
-rw-r--r--src/mainboard/asus/kcma-d8/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/kcma-d8/mptable.c b/src/mainboard/asus/kcma-d8/mptable.c
index 1abca65407..c9b83a0070 100644
--- a/src/mainboard/asus/kcma-d8/mptable.c
+++ b/src/mainboard/asus/kcma-d8/mptable.c
@@ -36,7 +36,7 @@ static void *smp_write_config_table(void *v)
smp_write_processors(mc);
- if (IS_ENABLED(CONFIG_ENABLE_APIC_EXT_ID) && (CONFIG_APIC_ID_OFFSET > 0))
+ if (CONFIG(ENABLE_APIC_EXT_ID) && (CONFIG_APIC_ID_OFFSET > 0))
apicid_sp5100 = 0x0;
else
apicid_sp5100 = 0x20;