Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274218
b: refs/heads/master
c: 09af52f
h: refs/heads/master
v: v3
  • Loading branch information
Liu Yu authored and Kumar Gala committed Oct 7, 2011
1 parent d3c6df4 commit 4d72a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: d5755e6f3a412f012377e28b655d89eff3311f1c
refs/heads/master: 09af52f78e58d9aee0980276833bf3adee3ed07b
6 changes: 1 addition & 5 deletions trunk/arch/powerpc/math-emu/math_efp.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ static unsigned long insn_type(unsigned long speinsn)
case EFDNABS: ret = XA; break;
case EFDNEG: ret = XA; break;
case EFDSUB: ret = AB; break;

default:
printk(KERN_ERR "\nOoops! SPE instruction no type found.");
printk(KERN_ERR "\ninst code: %08lx\n", speinsn);
}

return ret;
Expand All @@ -195,7 +191,7 @@ int do_spe_mathemu(struct pt_regs *regs)

type = insn_type(speinsn);
if (type == NOTYPE)
return -ENOSYS;
goto illegal;

func = speinsn & 0x7ff;
fc = (speinsn >> 21) & 0x1f;
Expand Down

0 comments on commit 4d72a17

Please sign in to comment.