diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-28 12:29:15 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:46 -0400 |
| commit | 0bd5d2e9ec8cc04a0225c590d35dd097e6b3a3f6 (patch) | |
| tree | dc34e1689ce06c9fef80511cdfc7ad6196dcc02b | |
| parent | 8ab00b9a02c55fd6263c5f7c0dc88389d94de327 (diff) | |
Cleanup fpuemuprivate declarations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/math-emu/dsemul.c | 3 | ||||
| -rw-r--r-- | arch/mips/math-emu/kernel_linkage.c | 2 | ||||
| -rw-r--r-- | include/asm-mips/fpu_emulator.h | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c index aa989c2246da..688be60c5385 100644 --- a/arch/mips/math-emu/dsemul.c +++ b/arch/mips/math-emu/dsemul.c | |||
| @@ -28,9 +28,6 @@ | |||
| 28 | #endif | 28 | #endif |
| 29 | #define __mips 4 | 29 | #define __mips 4 |
| 30 | 30 | ||
| 31 | extern struct mips_fpu_emulator_private fpuemuprivate; | ||
| 32 | |||
| 33 | |||
| 34 | /* | 31 | /* |
| 35 | * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when | 32 | * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when |
| 36 | * we have to emulate the instruction in a COP1 branch delay slot. Do | 33 | * we have to emulate the instruction in a COP1 branch delay slot. Do |
diff --git a/arch/mips/math-emu/kernel_linkage.c b/arch/mips/math-emu/kernel_linkage.c index 4002f0cf79f3..03d9a5560004 100644 --- a/arch/mips/math-emu/kernel_linkage.c +++ b/arch/mips/math-emu/kernel_linkage.c | |||
| @@ -27,8 +27,6 @@ | |||
| 27 | 27 | ||
| 28 | #include <asm/fpu_emulator.h> | 28 | #include <asm/fpu_emulator.h> |
| 29 | 29 | ||
| 30 | extern struct mips_fpu_emulator_private fpuemuprivate; | ||
| 31 | |||
| 32 | #define SIGNALLING_NAN 0x7ff800007ff80000LL | 30 | #define SIGNALLING_NAN 0x7ff800007ff80000LL |
| 33 | 31 | ||
| 34 | void fpu_emulator_init_fpu(void) | 32 | void fpu_emulator_init_fpu(void) |
diff --git a/include/asm-mips/fpu_emulator.h b/include/asm-mips/fpu_emulator.h index 46972ae2b95d..ea2fae10865f 100644 --- a/include/asm-mips/fpu_emulator.h +++ b/include/asm-mips/fpu_emulator.h | |||
| @@ -35,4 +35,6 @@ struct mips_fpu_emulator_private { | |||
| 35 | } stats; | 35 | } stats; |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | extern struct mips_fpu_emulator_private fpuemuprivate; | ||
| 39 | |||
| 38 | #endif /* _ASM_FPU_EMULATOR_H */ | 40 | #endif /* _ASM_FPU_EMULATOR_H */ |
