/* Copyright 2003, Shuchen Kate Feng , * NSLS,Brookhaven National Laboratory */ #include #include #include #include #define AUTO_BOOT 0 void bsp_fatal_extension( rtems_fatal_source source, bool always_set_to_false, rtems_fatal_code error ) { #if AUTO_BOOT /* Till Straumann for SVGM */ bsp_reset(); #else /* Kate Feng for the MVME5500 */ printk("\nPrinting a stack trace for your convenience :-)\n"); CPU_print_stack(); printk("RTEMS terminated; Boot manually or turn on AUTO_BOOT.\n"); #endif }