Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131000
b: refs/heads/master
c: 0f6dee2
h: refs/heads/master
v: v3
  • Loading branch information
Carmelo AMOROSO authored and Paul Mundt committed Jan 29, 2009
1 parent be4c102 commit 7cb7d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 48865163109690ed988e2d98d6f258ec743c94c7
refs/heads/master: 0f6dee232f84c11ec195721571763ccae1b82639
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4/fpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static int ieee_fpe_handler(struct pt_regs *regs)
int m;
unsigned int hx;

m = (finsn >> 9) & 0x7;
m = (finsn >> 8) & 0x7;
hx = tsk->thread.fpu.hard.fp_regs[m];

if ((tsk->thread.fpu.hard.fpscr & FPSCR_CAUSE_ERROR)
Expand Down

0 comments on commit 7cb7d2b

Please sign in to comment.