From: Markos Chandras Date: Mon, 23 Jun 2014 09:38:47 +0000 (+0100) Subject: MIPS: bpf: Use the LO register to get division's quotient X-Git-Tag: omap-for-v3.16/fixes-rc4~42^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a8e16abe36d385d602997e1500a668d2b9c5cf;p=pandora-kernel.git MIPS: bpf: Use the LO register to get division's quotient Reading from the HI register to get the division result is wrong. The quotient is placed in the LO register. Signed-off-by: Markos Chandras Cc: "David S. Miller" Cc: Daniel Borkmann Cc: Alexei Starovoitov Cc: netdev@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7122/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed