|
|
| File: [Development] / linux-2.4-xfs-OLD / linux / lib / dump_stack.c (download)
Revision 1.1, Mon Nov 4 18:51:29 2002 UTC (14 years, 11 months ago) by hch
Merge up to 2.4.20-rc1 |
/*
* Provide a default dump_stack() function for architectures
* which don't implement their own.
*/
#include <linux/kernel.h>
#include <linux/module.h>
void dump_stack(void)
{
printk(KERN_NOTICE
"This architecture does not implement dump_stack()\n");
}