MIPS: GIC: Fix gic_set_affinity infinite loop
authorTony Wu <[email protected]>
Fri, 21 Jun 2013 10:13:08 +0000 (10:13 +0000)
committerRalf Baechle <[email protected]>
Mon, 1 Jul 2013 13:10:56 +0000 (15:10 +0200)
commitc214c03512b67e56dea3f4471705f8caae49553a
treed2bf8da1ece97223e37f4554a648f5feb6b48c68
parent8dfdd02a4c9de3aa7f2bfdec515e57340e401c87
MIPS: GIC: Fix gic_set_affinity infinite loop

There is an infinite loop in gic_set_affinity. When irq_set_affinity
gets called on gic controller, it blocks forever.

Signed-off-by: Tony Wu <[email protected]>
Cc: Steven J. Hill <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/5537/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/kernel/irq-gic.c