Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157160
b: refs/heads/master
c: 825e1e2
h: refs/heads/master
v: v3
  • Loading branch information
Grant Grundler authored and Linus Torvalds committed Aug 29, 2009
1 parent d1580b5 commit f47a1af
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: 2574cc9f4ffc6c681c9177111357efe5b76f0e36
refs/heads/master: 825e1e23914b9c3dbc49ee8c5a1d1cb421c1270a
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ void notrace handle_interruption(int code, struct pt_regs *regs)
/* Kill the user process later */
regs->iaoq[0] = 0 | 3;
regs->iaoq[1] = regs->iaoq[0] + 4;
regs->iasq[0] = regs->iasq[0] = regs->sr[7];
regs->iasq[0] = regs->iasq[1] = regs->sr[7];
regs->gr[0] &= ~PSW_B;
return;
}
Expand Down

0 comments on commit f47a1af

Please sign in to comment.