Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87984
b: refs/heads/master
c: 138bed1
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 26, 2008
1 parent 169de56 commit fad98aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bbafce2eec190ef7e44b0eb1095ba17ce6ad3af
refs/heads/master: 138bed154eab2205b4ef93f02f5feb1edf6d8552
7 changes: 6 additions & 1 deletion trunk/include/asm-sh/fpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ struct task_struct;

extern void save_fpu(struct task_struct *__tsk, struct pt_regs *regs);
#else

#define release_fpu(regs) do { } while (0)
#define grab_fpu(regs) do { } while (0)
#define save_fpu(tsk, regs) do { } while (0)

static inline void save_fpu(struct task_struct *tsk, struct pt_regs *regs)
{
clear_tsk_thread_flag(tsk, TIF_USEDFPU);
}
#endif

extern int do_fpu_inst(unsigned short, struct pt_regs *);
Expand Down

0 comments on commit fad98aa

Please sign in to comment.