aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim8690/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/technexion/tim8690/mptable.c')
-rw-r--r--src/mainboard/technexion/tim8690/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim8690/mptable.c b/src/mainboard/technexion/tim8690/mptable.c
index b615d5c66a..fa9b43b7a5 100644
--- a/src/mainboard/technexion/tim8690/mptable.c
+++ b/src/mainboard/technexion/tim8690/mptable.c
@@ -99,7 +99,7 @@ static void *smp_write_config_table(void *v)
}
#define IO_LOCAL_INT(type, intr, apicid, pin) \
- smp_write_intsrc(mc, (type), MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH, bus_isa, (intr), (apicid), (pin));
+ smp_write_lintsrc(mc, (type), MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH, bus_isa, (intr), (apicid), (pin));
mptable_add_isa_interrupts(mc, bus_isa, apicid_sb600, 0);