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:
6b4486e
)
[PATCH] irq-flags: rio: Use the new IRQF_ constants
author
Thomas Gleixner
<tglx@linutronix.de>
Sun, 2 Jul 2006 02:29:41 +0000
(19:29 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 2 Jul 2006 20:58:52 +0000
(13:58 -0700)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/rio/rio_linux.c
patch
|
blob
|
history
diff --git
a/drivers/char/rio/rio_linux.c
b/drivers/char/rio/rio_linux.c
index 5332d1d4b0e4774c0657123c60462af9fc4fb09d..3afc6a47ebbcc71e3e2f2a1d5221cd362918b9fd 100644
(file)
--- a/
drivers/char/rio/rio_linux.c
+++ b/
drivers/char/rio/rio_linux.c
@@
-1119,7
+1119,7
@@
static int __init rio_init(void)
for (i = 0; i < p->RIONumHosts; i++) {
hp = &p->RIOHosts[i];
if (hp->Ivec) {
- int mode =
SA_SHIRQ
;
+ int mode =
IRQF_SHARED
;
if (hp->Ivec & 0x8000) {
mode = 0;
hp->Ivec &= 0x7fff;