Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61653
b: refs/heads/master
c: a4c8b91
h: refs/heads/master
i:
  61651: beda945
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jul 19, 2007
1 parent 6fb4fe7 commit 1026818
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2502b667ea835ee16685c74b2a0d89ba8afe117a
refs/heads/master: a4c8b9159000018b0c641b844795a4de4e954582
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void die_if_kernel(char *str, struct pt_regs *fp, int nr)

printk(KERN_EMERG "Process %s (pid: %d, stackpage=%08lx)\n",
current->comm, current->pid, PAGE_SIZE+(unsigned long)current);
show_stack(NULL, (unsigned long *)fp);
show_stack(NULL, (unsigned long *)(fp + 1));
add_taint(TAINT_DIE);
do_exit(SIGSEGV);
}
Expand Down

0 comments on commit 1026818

Please sign in to comment.