diff options
| -rw-r--r-- | arch/sh/kernel/traps.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/kernel/traps.c b/arch/sh/kernel/traps.c index 0ee298079d82..3762d9dc2046 100644 --- a/arch/sh/kernel/traps.c +++ b/arch/sh/kernel/traps.c | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
| 19 | #include <linux/kallsyms.h> | 19 | #include <linux/kallsyms.h> |
| 20 | #include <linux/io.h> | 20 | #include <linux/io.h> |
| 21 | #include <linux/debug_locks.h> | ||
| 21 | #include <asm/system.h> | 22 | #include <asm/system.h> |
| 22 | #include <asm/uaccess.h> | 23 | #include <asm/uaccess.h> |
| 23 | 24 | ||
| @@ -872,6 +873,11 @@ void show_trace(struct task_struct *tsk, unsigned long *sp, | |||
| 872 | } | 873 | } |
| 873 | 874 | ||
| 874 | printk("\n"); | 875 | printk("\n"); |
| 876 | |||
| 877 | if (!tsk) | ||
| 878 | tsk = current; | ||
| 879 | |||
| 880 | debug_show_held_locks(tsk); | ||
| 875 | } | 881 | } |
| 876 | 882 | ||
| 877 | void show_stack(struct task_struct *tsk, unsigned long *sp) | 883 | void show_stack(struct task_struct *tsk, unsigned long *sp) |
