lkml.org 
[lkml]   [2006]   [Jul]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 17 Jul 2006 17:58:50 +0900
FromYoichi Yuasa <>
Subject[PATCH] always define IRQ_PER_CPU
Hi,

This patch has changed to be always defined IRQ_PER_CPU.
I think that it has no problem.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X linux-2.6.18-rc1-mm1/Documentation/dontdiff linux-2.6.18-rc1-mm1-orig/include/linux/irq.h linux-2.6.18-rc1-mm1/include/linux/irq.h
--- linux-2.6.18-rc1-mm1-orig/include/linux/irq.h	2006-07-14 11:38:15.488772000 +0900
+++ linux-2.6.18-rc1-mm1/include/linux/irq.h	2006-07-14 11:39:00.319573750 +0900
@@ -47,8 +47,8 @@
 #define IRQ_WAITING		0x00200000	/* IRQ not yet seen - for autodetection */
 #define IRQ_LEVEL		0x00400000	/* IRQ level triggered */
 #define IRQ_MASKED		0x00800000	/* IRQ masked - shouldn't be seen again */
+#define IRQ_PER_CPU		0x01000000	/* IRQ is per CPU */
 #ifdef CONFIG_IRQ_PER_CPU
-# define IRQ_PER_CPU		0x01000000	/* IRQ is per CPU */
 # define CHECK_IRQ_PER_CPU(var) ((var) & IRQ_PER_CPU)
 #else
 # define CHECK_IRQ_PER_CPU(var) 0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-07-17 09:03    [from the cache]
©2003-2008