dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin: export show_stack() to modules

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Philippe Gerum 2009-06-22 18:23:12 +02:00 committed by Mike Frysinger
parent b9c7eb498d
commit bc569f1a77
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@ void show_stack(struct task_struct *task, unsigned long *stack)
}
#endif
}
EXPORT_SYMBOL(show_stack);
void dump_stack(void)
{