Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7319
b: refs/heads/master
c: c078d32
h: refs/heads/master
i:
  7317: 7b313eb
  7315: d81059f
  7311: f2f65a8
v: v3
  • Loading branch information
Zwane Mwaikambo authored and Linus Torvalds committed Sep 7, 2005
1 parent 09e1b62 commit 9b83559
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: 54d5d42404e7705cf3804593189e963350d470e5
refs/heads/master: c078d3266e58a3edd698b9f143f78fc585679031
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ void __show_regs(struct pt_regs * regs)

void show_regs(struct pt_regs *regs)
{
printk("CPU %d:", smp_processor_id());
__show_regs(regs);
show_trace(&regs->rsp);
}
Expand Down

0 comments on commit 9b83559

Please sign in to comment.