Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
0bd5d2e9
Commit
0bd5d2e9
authored
Feb 28, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup fpuemuprivate declarations.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
8ab00b9a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
arch/mips/math-emu/dsemul.c
arch/mips/math-emu/dsemul.c
+0
-3
arch/mips/math-emu/kernel_linkage.c
arch/mips/math-emu/kernel_linkage.c
+0
-2
include/asm-mips/fpu_emulator.h
include/asm-mips/fpu_emulator.h
+2
-0
No files found.
arch/mips/math-emu/dsemul.c
View file @
0bd5d2e9
...
@@ -28,9 +28,6 @@
...
@@ -28,9 +28,6 @@
#endif
#endif
#define __mips 4
#define __mips 4
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
/*
/*
* Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
* Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
* we have to emulate the instruction in a COP1 branch delay slot. Do
* we have to emulate the instruction in a COP1 branch delay slot. Do
...
...
arch/mips/math-emu/kernel_linkage.c
View file @
0bd5d2e9
...
@@ -27,8 +27,6 @@
...
@@ -27,8 +27,6 @@
#include <asm/fpu_emulator.h>
#include <asm/fpu_emulator.h>
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
#define SIGNALLING_NAN 0x7ff800007ff80000LL
#define SIGNALLING_NAN 0x7ff800007ff80000LL
void
fpu_emulator_init_fpu
(
void
)
void
fpu_emulator_init_fpu
(
void
)
...
...
include/asm-mips/fpu_emulator.h
View file @
0bd5d2e9
...
@@ -35,4 +35,6 @@ struct mips_fpu_emulator_private {
...
@@ -35,4 +35,6 @@ struct mips_fpu_emulator_private {
}
stats
;
}
stats
;
};
};
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
#endif
/* _ASM_FPU_EMULATOR_H */
#endif
/* _ASM_FPU_EMULATOR_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment