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
Kirill Smelkov
linux
Commits
ffd25eb6
Commit
ffd25eb6
authored
Nov 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Stubs for fpu disabled on SH-5.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
e88ed82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
include/asm-sh/processor_64.h
include/asm-sh/processor_64.h
+5
-0
No files found.
include/asm-sh/processor_64.h
View file @
ffd25eb6
...
@@ -262,11 +262,16 @@ static inline void grab_fpu(struct pt_regs *regs)
...
@@ -262,11 +262,16 @@ static inline void grab_fpu(struct pt_regs *regs)
#define FPSCR_INIT 0x00000000
#define FPSCR_INIT 0x00000000
#endif
#endif
#ifdef CONFIG_SH_FPU
/* Save the current FP regs */
/* Save the current FP regs */
void
fpsave
(
struct
sh_fpu_hard_struct
*
fpregs
);
void
fpsave
(
struct
sh_fpu_hard_struct
*
fpregs
);
/* Initialise the FP state of a task */
/* Initialise the FP state of a task */
void
fpinit
(
struct
sh_fpu_hard_struct
*
fpregs
);
void
fpinit
(
struct
sh_fpu_hard_struct
*
fpregs
);
#else
#define fpsave(fpregs) do { } while (0)
#define fpinit(fpregs) do { } while (0)
#endif
extern
struct
task_struct
*
last_task_used_math
;
extern
struct
task_struct
*
last_task_used_math
;
...
...
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