mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 23:52:40 +00:00
Get rid of the eir struct mips_fpu_emulator_private member. It's
never initialized been initialized anywhere, just saved to and restored from signal frames so nonsense anyway. As neat side effect of being shared between all processors it was also abusable as a nice covert channel between processes. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
1d74f6bc85
commit
baee502ce2
2 changed files with 0 additions and 5 deletions
|
@ -24,7 +24,6 @@
|
|||
#define _ASM_FPU_EMULATOR_H
|
||||
|
||||
struct mips_fpu_emulator_private {
|
||||
unsigned int eir;
|
||||
struct {
|
||||
unsigned int emulated;
|
||||
unsigned int loads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue