Move IP27 M48T35 RTC driver to drivers/char/.
[linux-2.6/linux-mips.git] / lib / dump_stack.c
blob47c2728ab8c7d3562e009d7ee1e89ff9c4e3d20e
1 /*
2 * Provide a default dump_stack() function for architectures
3 * which don't implement their own.
4 */
6 #include <linux/kernel.h>
7 #include <linux/module.h>
9 void dump_stack(void)
11 printk(KERN_NOTICE
12 "This architecture does not implement dump_stack()\n");