diff options
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/traps.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/kernel/traps.c b/arch/m68k/kernel/traps.c index f32ab22e7ed3..88fcd8c70e7b 100644 --- a/arch/m68k/kernel/traps.c +++ b/arch/m68k/kernel/traps.c | |||
@@ -992,18 +992,6 @@ void show_stack(struct task_struct *task, unsigned long *stack) | |||
992 | } | 992 | } |
993 | 993 | ||
994 | /* | 994 | /* |
995 | * The architecture-independent backtrace generator | ||
996 | */ | ||
997 | void dump_stack(void) | ||
998 | { | ||
999 | unsigned long stack; | ||
1000 | |||
1001 | show_trace(&stack); | ||
1002 | } | ||
1003 | |||
1004 | EXPORT_SYMBOL(dump_stack); | ||
1005 | |||
1006 | /* | ||
1007 | * The vector number returned in the frame pointer may also contain | 995 | * The vector number returned in the frame pointer may also contain |
1008 | * the "fs" (Fault Status) bits on ColdFire. These are in the bottom | 996 | * the "fs" (Fault Status) bits on ColdFire. These are in the bottom |
1009 | * 2 bits, and upper 2 bits. So we need to mask out the real vector | 997 | * 2 bits, and upper 2 bits. So we need to mask out the real vector |