commit | 0bd5d2e9ec8cc04a0225c590d35dd097e6b3a3f6 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Feb 28 17:29:15 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:46 2005 +0100 |
tree | dc34e1689ce06c9fef80511cdfc7ad6196dcc02b | |
parent | 8ab00b9a02c55fd6263c5f7c0dc88389d94de327 [diff] [blame] |
Cleanup fpuemuprivate declarations. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/fpu_emulator.h b/include/asm-mips/fpu_emulator.h index 46972ae..ea2fae1 100644 --- a/include/asm-mips/fpu_emulator.h +++ b/include/asm-mips/fpu_emulator.h
@@ -35,4 +35,6 @@ } stats; }; +extern struct mips_fpu_emulator_private fpuemuprivate; + #endif /* _ASM_FPU_EMULATOR_H */