| commit | 6c35585273b26a580b2e2ad3d6a7db282308eec5 | [log] [tgz] |
|---|---|---|
| author | Ralf Baechle <ralf@linux-mips.org> | Mon Dec 05 13:47:25 2005 +0000 |
| committer | <ralf@denk.linux-mips.net> | Tue Jan 10 13:39:04 2006 +0000 |
| tree | ae81213a06a1f2728050319b47f51308d9d197ca | |
| parent | da2c9ed55b0c7e8107f23530bde293239a0b5091 [diff] |
MIPS: DSP: eleminate used_dsp.
used_dsp was meant to be used like used_math - but since the FPU context
is small and lazy context switching is a stupid idea on multiprocessors
this idea only got halfway implemented and those bits are were now
breaking ptrace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>