[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20060717175850.7eefdb45.yoichi_yuasa@tripeaks.co.jp>
Date: Mon, 17 Jul 2006 17:58:50 +0900
From: Yoichi Yuasa <yoichi_yuasa@...peaks.co.jp>
To: Andrew Morton <akpm@...l.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
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@...peaks.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists