[PATCH] always define IRQ_PER_CPU

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <[email protected]>

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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux