mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -rt] fix misspelled PREEMPT
@ 2006-06-11 19:47 dwalker
  2006-06-11 21:07 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: dwalker @ 2006-06-11 19:47 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

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
--

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -rt] fix misspelled PREEMPT
  2006-06-11 19:47 [PATCH -rt] fix misspelled PREEMPT dwalker
@ 2006-06-11 21:07 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2006-06-11 21:07 UTC (permalink / raw)
  To: dwalker; +Cc: mingo, linux-kernel

On Sun, 2006-06-11 at 12:47 -0700, dwalker@mvista.com wrote:
> While reviewing I noticed this .. It didn't effect me, but it
> must effect someone .. The patch is untested ..

Good catch. 

Thanks,

	tglx


> ---
>  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
> --


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-11 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-11 19:47 [PATCH -rt] fix misspelled PREEMPT dwalker
2006-06-11 21:07 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®