Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87400
b: refs/heads/master
c: d0347b4
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 387d324 commit 31d028a
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: ff451d70593040df1a7c3df80a38e9ce530e12e0
refs/heads/master: d0347b49c9a877a33c59f80de1a9dbabd5244205
2 changes: 2 additions & 0 deletions trunk/arch/parisc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ void show_regs(struct pt_regs *regs)
print_symbol(" IAOQ[1]: %s\n", regs->iaoq[1]);
printk(level);
print_symbol(" RP(r2): %s\n", regs->gr[2]);

dump_stack();
}


Expand Down

0 comments on commit 31d028a

Please sign in to comment.