MIPS: DSP: Context switch the DSPcontrol register also. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Ralf Baechle and committed by
da2c9ed5 97712717

+2
+2
include/asm-mips/dsp.h
··· 48 48 tsk->thread.dsp.dspr[3] = mflo2(); \ 49 49 tsk->thread.dsp.dspr[4] = mfhi3(); \ 50 50 tsk->thread.dsp.dspr[5] = mflo3(); \ 51 + tsk->thread.dsp.dspcontrol = rddsp(0x2ff); \ 51 52 } while (0) 52 53 53 54 #define save_dsp(tsk) \ ··· 65 64 mtlo2(tsk->thread.dsp.dspr[3]); \ 66 65 mthi3(tsk->thread.dsp.dspr[4]); \ 67 66 mtlo3(tsk->thread.dsp.dspr[5]); \ 67 + wrdsp(tsk->thread.dsp.dspcontrol, 0x2ff); \ 68 68 } while (0) 69 69 70 70 #define restore_dsp(tsk) \