Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
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
Hide 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 @@
#endif
#define __mips 4
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
/*
* Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
* 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 @@
#include <asm/fpu_emulator.h>
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
#define SIGNALLING_NAN 0x7ff800007ff80000LL
void
fpu_emulator_init_fpu
(
void
)
...
...
include/asm-mips/fpu_emulator.h
View file @
0bd5d2e9
...
...
@@ -35,4 +35,6 @@ struct mips_fpu_emulator_private {
}
stats
;
};
extern
struct
mips_fpu_emulator_private
fpuemuprivate
;
#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