OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [lib/] [dump_stack.c] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
/*
2
 * Provide a default dump_stack() function for architectures
3
 * which don't implement their own.
4
 */
5
 
6
#include <linux/kernel.h>
7
#include <linux/module.h>
8
 
9
void dump_stack(void)
10
{
11
        printk(KERN_NOTICE
12
                "This architecture does not implement dump_stack()\n");
13
}
14
 
15
EXPORT_SYMBOL(dump_stack);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.