Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77757
b: refs/heads/master
c: ffd25eb
h: refs/heads/master
i:
  77755: 819b214
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent f9524ab commit e7bdb6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f
refs/heads/master: ffd25eb6cd1aa2bcdedf0c06be7e180022055cd1
5 changes: 5 additions & 0 deletions trunk/include/asm-sh/processor_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,16 @@ static inline void grab_fpu(struct pt_regs *regs)
#define FPSCR_INIT 0x00000000
#endif

#ifdef CONFIG_SH_FPU
/* Save the current FP regs */
void fpsave(struct sh_fpu_hard_struct *fpregs);

/* Initialise the FP state of a task */
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;

Expand Down

0 comments on commit e7bdb6a

Please sign in to comment.