Annotation of linux/kernel/panic.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * This function is used through-out the kernel (includeinh mm and fs)
        !             3:  * to indicate a major problem.
        !             4:  */
        !             5: #include <linux/kernel.h>
        !             6: 
        !             7: volatile void panic(const char * s)
        !             8: {
        !             9:        printk("Kernel panic: %s\n\r",s);
        !            10:        for(;;);
        !            11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.