projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7a236
)
[MIPS] IP27: startup_bridge_irq: connect interrupt.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 26 Aug 2007 23:26:58 +0000
(
00:26
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 27 Aug 2007 01:17:00 +0000
(
02:17
+0100)
shutdown_bridge_irq disconnects the irq so we need to connect the irq or
requesting the same irq a send time will fail. This used to make
things like ifconfig eth0 down; ifconfig eth0 up fail on IP27.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/sgi-ip27/ip27-irq.c
b/arch/mips/sgi-ip27/ip27-irq.c
index 554a5c783a898d7bdc6d366a46f9485ea0fb694c..5cfbe1a1479ca30078dd3863c177e8d5a78bb028 100644
(file)
--- a/
arch/mips/sgi-ip27/ip27-irq.c
+++ b/
arch/mips/sgi-ip27/ip27-irq.c
@@
-285,6
+285,8
@@
static unsigned int startup_bridge_irq(unsigned int irq)
bridge->b_wid_tflush;
+ intr_connect_level(cpu, swlevel);
+
return 0; /* Never anything pending. */
}