Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30
b: refs/heads/master
c: 6c26e03
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras authored and Linus Torvalds committed Apr 16, 2005
1 parent 1169cb4 commit 2cb5a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e378cc16b0d3c1610857c4444345907020e03ece
refs/heads/master: 6c26e03b2db4b66d79bfb774628c1fc9b458b943
1 change: 1 addition & 0 deletions trunk/arch/ppc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ void AlignmentException(struct pt_regs *regs)
fixed = fix_alignment(regs);
if (fixed == 1) {
regs->nip += 4; /* skip over emulated instruction */
emulate_single_step(regs);
return;
}
if (fixed == -EFAULT) {
Expand Down

0 comments on commit 2cb5a6d

Please sign in to comment.