Skip to content

Commit

Permalink
[MIPS] IP27: startup_bridge_irq: connect interrupt.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent ed7a236 commit 84ced30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/sgi-ip27/ip27-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
}

Expand Down

0 comments on commit 84ced30

Please sign in to comment.