Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / intel / d945gclf / mptable.c
index 5d57f3d7436001f8d13c384495e8d71546d19659..62850ebf1cd3706a919d32fc0983c2772b921325 100644 (file)
@@ -69,7 +69,7 @@ static void *smp_write_config_table(void *v)
 
        /* Legacy Interrupts */
 
-       /* I/O Ints:    Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN# */ 
+       /* I/O Ints:    Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN# */
        smp_write_intsrc(mc, mp_ExtINT, MP_IRQ_TRIGGER_DEFAULT|MP_IRQ_POLARITY_DEFAULT, isa_bus, 0x0, 0x2, 0x0);
        smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_DEFAULT|MP_IRQ_POLARITY_DEFAULT, isa_bus, 0x1, 0x2, 0x1);
        smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_DEFAULT|MP_IRQ_POLARITY_DEFAULT, isa_bus, 0x0, 0x2, 0x2);