aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/fpu_emulator.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-05-11 07:00:36 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:14 -0400
commitbaee502ce2048aad5ec56acd24c950083a4697e7 (patch)
tree3617f48e1f66bda071caabfc8bf8b861e59e1c21 /include/asm-mips/fpu_emulator.h
parent1d74f6bc85cbdc4601e5aea1e67ccbd259f0c7f4 (diff)
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>
Diffstat (limited to 'include/asm-mips/fpu_emulator.h')
-rw-r--r--include/asm-mips/fpu_emulator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/fpu_emulator.h b/include/asm-mips/fpu_emulator.h
index ea2fae10865f..42d883ba1a34 100644
--- a/include/asm-mips/fpu_emulator.h
+++ b/include/asm-mips/fpu_emulator.h
@@ -24,7 +24,6 @@
24#define _ASM_FPU_EMULATOR_H 24#define _ASM_FPU_EMULATOR_H
25 25
26struct mips_fpu_emulator_private { 26struct mips_fpu_emulator_private {
27 unsigned int eir;
28 struct { 27 struct {
29 unsigned int emulated; 28 unsigned int emulated;
30 unsigned int loads; 29 unsigned int loads;