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:
867c202
)
arch/mn10300/kernel/irq.c: fix build
author
Andrew Morton
<akpm@linux-foundation.org>
Mon, 3 Jan 2011 22:59:11 +0000
(14:59 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 4 Jan 2011 00:36:33 +0000
(16:36 -0800)
Addresses https://bugzilla.kernel.org/show_bug.cgi?id=25702
Reported-by: Martin Ettl <ettl.martin@gmx.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/irq.c
b/arch/mn10300/kernel/irq.c
index c2e44597c22b1fc5b69ebf13cca307d43c2d1a52..ac11754ecec544c965c196f9dc857b2b398b22e0 100644
(file)
--- a/
arch/mn10300/kernel/irq.c
+++ b/
arch/mn10300/kernel/irq.c
@@
-459,7
+459,7
@@
void migrate_irqs(void)
tmp = CROSS_GxICR(irq, new);
x &= GxICR_LEVEL | GxICR_ENABLE;
- if (GxICR(irq) & GxICR_REQUEST)
{
+ if (GxICR(irq) & GxICR_REQUEST)
x |= GxICR_REQUEST | GxICR_DETECT;
CROSS_GxICR(irq, new) = x;
tmp = CROSS_GxICR(irq, new);