[PATCH -rt] fix misspelled PREEMPT

From: dwalker
Date: Sun Jun 11 2006 - 15:48:06 EST


While reviewing I noticed this .. It didn't effect me, but it
must effect someone .. The patch is untested ..

---
arch/i386/kernel/io_apic.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.16/arch/i386/kernel/io_apic.c
===================================================================
--- linux-2.6.16.orig/arch/i386/kernel/io_apic.c
+++ linux-2.6.16/arch/i386/kernel/io_apic.c
@@ -1297,7 +1297,7 @@ static void ioapic_register_intr(int irq

if ((trigger == IOAPIC_AUTO && IO_APIC_irq_trigger(irq)) ||
trigger == IOAPIC_LEVEL)
-#ifdef CONFIG_PREMMPT_HARDIRQS
+#ifdef CONFIG_PREEMPT_HARDIRQS
set_irq_chip_and_handler(idx, &ioapic_chip,
handle_level_irq);
#else
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/