From: Huacai Chen Date: Fri, 7 Feb 2014 14:31:33 +0000 (+0800) Subject: MIPS: FPU: Fix conflict of register usage X-Git-Tag: v3.14-rc8~19^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b616365e6dafb5d7c1cf2a8b6e8cb376a3f4a387;p=pandora-kernel.git MIPS: FPU: Fix conflict of register usage In _restore_fp_context/_restore_fp_context32, t0 is used for both CP0_Status and CP1_FCSR. This is a mistake and cause FP exeception on boot, so fix it. Signed-off-by: Huacai Chen Tested-by: Aaro Koskinen Tested-by: Andreas Barth Cc: John Crispin Cc: Steven J. Hill Cc: Aurelien Jarno Cc: linux-mips@linux-mips.org Cc: Fuxin Zhang Cc: Zhangjin Wu Patchwork: https://patchwork.linux-mips.org/patch/6507/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed