Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119704
b: refs/heads/master
c: 410d2c8
h: refs/heads/master
v: v3
  • Loading branch information
Hong H. Pham authored and David S. Miller committed Dec 4, 2008
1 parent 9431ac9 commit 6e65dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 726c12f57d7e3ff43693d88e13b1ff02464c75d3
refs/heads/master: 410d2c8187ed969238ba98008c1d57307a56cfd8
2 changes: 2 additions & 0 deletions trunk/arch/sparc64/kernel/visemul.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,8 @@ int vis_emul(struct pt_regs *regs, unsigned int insn)
if (get_user(insn, (u32 __user *) pc))
return -EFAULT;

save_and_clear_fpu();

opf = (insn & VIS_OPF_MASK) >> VIS_OPF_SHIFT;
switch (opf) {
default:
Expand Down

0 comments on commit 6e65dd1

Please sign in to comment.