Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21503
b: refs/heads/master
c: 37133c0
h: refs/heads/master
i:
  21501: 9108f3d
  21499: 8fc0a4d
  21495: 8825159
  21487: 9efde23
  21471: 334ad97
  21439: e0a5992
  21375: d3aa889
  21247: 08586e6
  20991: d2687a6
  20479: 1f6aada
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 175917e commit f10775e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6a32fd4d0d42258004631dc0ac90665382a2e5dc
refs/heads/master: 37133c006cd3ff4f4dccb3df88efc446863b515e
3 changes: 2 additions & 1 deletion trunk/arch/sparc64/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -2226,10 +2226,11 @@ void die_if_kernel(char *str, struct pt_regs *regs)
}
user_instruction_dump ((unsigned int __user *) regs->tpc);
}
#if 0
#ifdef CONFIG_SMP
smp_report_regs();
#endif

#endif
if (regs->tstate & TSTATE_PRIV)
do_exit(SIGKILL);
do_exit(SIGSEGV);
Expand Down

0 comments on commit f10775e

Please sign in to comment.