]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ralink: Fix clearing the illegal access interrupt
authorJonas Gorski <jogo@openwrt.org>
Mon, 25 May 2015 17:53:54 +0000 (19:53 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 1 Jun 2015 08:51:37 +0000 (10:51 +0200)
commit1fb75f81a7161880518c48f9b84030b4f77bb7cb
treeef9ffb514d9941f8de49a68aac5872b241d8b255
parentae35b9aa4a3f7752f4e92e71f8082b00bdc73996
MIPS: ralink: Fix clearing the illegal access interrupt

Due to a typo the illegal access interrupt is never cleared in by
the interupt handler, causing an effective deadlock on the first
illegal access.

This was broken since the code was introduced in 4c7148c08914 ("MIPS:
ralink: add illegal access driver"), but only exposed when the Kconfig
symbol was added, thus enabling the code.

Cc: <stable@vger.kernel.org> [3.18+]
Fixes: 90be4ce98ed ("MIPS: ralink: add missing symbol for RALINK_ILL_ACC")
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: John Crispin <blogic@openwrt.org>
Patchwork: https://patchwork.linux-mips.org/patch/10172/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ralink/ill_acc.c