Re: [PATCH RESEND 2/2] MIPS: fpu: fix conflict of register usage

2014-03-12 Thread Guenter Roeck
On 03/12/2014 03:41 PM, Aaro Koskinen wrote: From: Huacai Chen 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

[PATCH RESEND 2/2] MIPS: fpu: fix conflict of register usage

2014-03-12 Thread Aaro Koskinen
From: Huacai Chen 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 Signed-off-by: Aaro Koskinen --- arch/mips/