From: Maciej W. Rozycki Date: Fri, 3 Apr 2015 22:26:32 +0000 (+0100) Subject: MIPS: Fix BREAK code interpretation heuristics X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9875032015ec94033295382a098657d4e38bf89;p=pandora-kernel.git MIPS: Fix BREAK code interpretation heuristics Do not lose the other half of the BREAK code where there is an upper half. This is so that e.g. `BREAK 7, 7' is not interpreted as a divide by zero trap, while `BREAK 0, 7' or `BREAK 7, 0' still are. Signed-off-by: Maciej W. Rozycki Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9697/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed