public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@mvista.com>
To: tglx@linutronix.de, mingo@elte.hu
Cc: linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH -rt 2/6] Fix typo in new IRQF_TIMER name
Date: Fri, 13 Jul 2007 10:52:16 -0700	[thread overview]
Message-ID: <20070713175228.108932770@mvista.com> (raw)
In-Reply-To: 20070713175214.336577416@mvista.com

[-- Attachment #1: irqf-timer.patch --]
[-- Type: text/plain, Size: 637 bytes --]

Signed-off-by: Kevin Hilman <khilman@mvista.com>
---
 include/linux/interrupt.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/include/linux/interrupt.h
===================================================================
--- linux-2.6.orig/include/linux/interrupt.h
+++ linux-2.6/include/linux/interrupt.h
@@ -52,7 +52,7 @@
 #define IRQF_SAMPLE_RANDOM	0x00000040
 #define IRQF_SHARED		0x00000080
 #define IRQF_PROBE_SHARED	0x00000100
-#define _IRQF_TIMER		0x00000200
+#define __IRQF_TIMER		0x00000200
 #define IRQF_PERCPU		0x00000400
 #define IRQF_NOBALANCING	0x00000800
 #define IRQF_IRQPOLL		0x00001000

--

  parent reply	other threads:[~2007-07-13 18:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-13 17:52 [PATCH -rt 0/6] misc. ARM fixup and compile fixes Kevin Hilman
2007-07-13 17:52 ` [PATCH -rt 1/6] Re-add GENERIC_TIME to OMAP Kevin Hilman
2007-07-13 17:52 ` Kevin Hilman [this message]
2007-07-13 17:52 ` [PATCH -rt 3/6] Compile fix for PREEMPT_TIMING on and TRACE_IRQFLAGS off Kevin Hilman
2007-07-13 17:52 ` [PATCH -rt 4/6] Add trace_preempt_*_idle() support for ARM Kevin Hilman
2007-07-13 17:52 ` [PATCH -rt 5/6] ARM: Fix save_stack_trace() prototype Kevin Hilman
2007-07-13 17:52 ` [PATCH -rt 6/6] Compile fix for PREEMPT_TIMING on and IRQSOFF_TIMING off Kevin Hilman
2007-07-13 21:11   ` Sven-Thorsten Dietrich
2007-07-13 23:22   ` Kevin Hilman
2007-07-14  2:08     ` Sven-Thorsten Dietrich
2007-07-15 16:31 ` [PATCH -rt 0/6] misc. ARM fixup and compile fixes 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=20070713175228.108932770@mvista.com \
    --to=khilman@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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