From: dwalker@mvista.com
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH -rt] fix misspelled PREEMPT
Date: Sun, 11 Jun 2006 12:47:49 -0700 [thread overview]
Message-ID: <20060611194749.358928000@mvista.com> (raw)
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
--
next reply other threads:[~2006-06-11 19:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-11 19:47 dwalker [this message]
2006-06-11 21:07 ` Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060611194749.358928000@mvista.com \
--to=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®