MIPS: DSP: eleminate used_dsp.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 5 Dec 2005 13:47:25 +0000 (13:47 +0000)
committer <ralf@denk.linux-mips.net> <>
Tue, 10 Jan 2006 13:39:04 +0000 (13:39 +0000)
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>

No differences found