]> bbs.cooldavid.org Git - net-next-2.6.git/commit
MIPS: Return after handling coprocessor 2 exception
authorJesper Nilsson <jesper@jni.nu>
Thu, 17 Jun 2010 13:25:54 +0000 (15:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 5 Jul 2010 16:17:33 +0000 (17:17 +0100)
commit55dc9d51a89ba10a1f7b3ed15f1262eb83e87e74
treee1553087e0e07c5a97fb8fb488ed902d970b7033
parent121915c4ee0812a14bc8d752bc210d0238d755c1
MIPS: Return after handling coprocessor 2 exception

Breaking here dropped us to the default code which always sends a SIGILL
to the current process, no matter what the CU2 notifier says.

[Ralf: Currently this only hurts on Cavium and possibly some out of tree
platforms.]

Signed-off-by: Jesper Nilsson <jesper@jni.nu>
To: linux-mips@linux-mips.org
To: linux-kernel@vger.kernel.org
Patchwork: http://patchwork.linux-mips.org/patch/1391/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c