Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21480
b: refs/heads/master
c: 19a0d58
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent f9267d9 commit 2be8a63
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: 6154f94f0e1b3984ad2d0bcda586bc8946398b8a
refs/heads/master: 19a0d585e80e84b54bb9bf120bf0c826045dd3dd
2 changes: 2 additions & 0 deletions trunk/arch/sparc64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,15 @@ void show_regs(struct pt_regs *regs)
extern long etrap, etraptl1;
#endif
__show_regs(regs);
#if 0
#ifdef CONFIG_SMP
{
extern void smp_report_regs(void);

smp_report_regs();
}
#endif
#endif

#ifdef VERBOSE_SHOWREGS
if (regs->tpc >= &etrap && regs->tpc < &etraptl1 &&
Expand Down

0 comments on commit 2be8a63

Please sign in to comment.