mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
da2c9ed55b
commit
6c35585273
3 changed files with 4 additions and 13 deletions
|
@ -103,7 +103,6 @@ typedef __u32 dspreg_t;
|
|||
struct mips_dsp_state {
|
||||
dspreg_t dspr[NUM_DSP_REGS];
|
||||
unsigned int dspcontrol;
|
||||
unsigned short used_dsp;
|
||||
};
|
||||
|
||||
#define INIT_DSP {{0,},}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue