From 48bff53b3dec885085b87db413329830110c9bb0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Dec 2012 17:47:30 +0100 Subject: score: rtems_initialize_start_multitasking() Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function. --- c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c') diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c index 50feb5a52c..fa9fb554ef 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c @@ -44,10 +44,3 @@ void bsp_fatal_extension( M68Kvec[ 45 ] = bsp_return_to_monitor_trap; /* install handler */ __asm__ volatile( "trap #13" ); /* insures SUPV mode */ } - -void bsp_cleanup( - uint32_t status -) -{ - rtems_fatal( RTEMS_FATAL_SOURCE_EXIT, status ); -} -- cgit v1.2.3