projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0df33b
)
[PATCH] always define IRQ_PER_CPU
author
Yoichi Yuasa
<
[email protected]
>
Sun, 30 Jul 2006 10:03:33 +0000
(
03:03
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Jul 2006 20:28:39 +0000
(13:28 -0700)
Reduce the likelihood of someone accidentally introducing namespace
collisions.
Signed-off-by: Yoichi Yuasa <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/irq.h
patch
|
blob
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index 6e59ac05ef2af46d9a285bb57d5f8a8b81ff3c97..fbf6d901e9c2643a76d18e485864fcfbc8bfc85c 100644
(file)
--- a/
include/linux/irq.h
+++ b/
include/linux/irq.h
@@
-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