From: Maciej W. Rozycki Date: Fri, 3 Apr 2015 22:25:08 +0000 (+0100) Subject: MIPS: Normalise code flow in the CpU exception handler X-Git-Tag: omap-for-v4.2/o2_dc~101^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e28e8ec47a5ce335ebf25d34ca356c80635908;p=pandora-kernel.git MIPS: Normalise code flow in the CpU exception handler Changes applied to `do_cpu' over time reduced the use of the SIGILL issued with `force_sig' at the end to a single CU3 case only in the switch statement there. Move that `force_sig' call over to right where required then and toss out the pile of gotos now not needed to skip over the call, replacing them with regular breaks out of the switch. Signed-off-by: Maciej W. Rozycki Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9683/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed