Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72
b: refs/heads/master
c: 35faa71
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed Apr 16, 2005
1 parent 7d40d27 commit 6bd1bce
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: 90660ec3c3e3f463a3cc7005213345b6c9ecfab9
refs/heads/master: 35faa71484287fc150b8498cd5acae59ad17a356
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/nmi.h>

#include <asm/system.h>
#include <asm/uaccess.h>
Expand Down Expand Up @@ -243,6 +244,7 @@ void show_stack(struct task_struct *tsk, unsigned long * rsp)
if (i && ((i % 4) == 0))
printk("\n ");
printk("%016lx ", *stack++);
touch_nmi_watchdog();
}
show_trace((unsigned long *)rsp);
}
Expand Down

0 comments on commit 6bd1bce

Please sign in to comment.