]> Pileus Git - ~andy/linux/blobdiff - arch/hexagon/kernel/traps.c
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / arch / hexagon / kernel / traps.c
index aaf53f883710486e82269f371504b7460aed0f88..7858663352b9ec1662959ad759a62ca07e3b639c 100644 (file)
@@ -195,14 +195,6 @@ void show_stack(struct task_struct *task, unsigned long *fp)
        do_show_stack(task, fp, 0);
 }
 
-void dump_stack(void)
-{
-       unsigned long *fp;
-       asm("%0 = r30" : "=r" (fp));
-       show_stack(current, fp);
-}
-EXPORT_SYMBOL(dump_stack);
-
 int die(const char *str, struct pt_regs *regs, long err)
 {
        static struct {