score: Use _SMP_Fatal()

This commit is contained in:
Sebastian Huber
2014-05-23 15:51:51 +02:00
parent 0af322c51e
commit b3049a1d90
+1 -1
View File
@@ -141,7 +141,7 @@ static inline void _SMP_Inter_processor_interrupt_handler( void )
);
if ( ( message & SMP_MESSAGE_SHUTDOWN ) != 0 ) {
rtems_fatal( RTEMS_FATAL_SOURCE_SMP, SMP_FATAL_SHUTDOWN_RESPONSE );
_SMP_Fatal( SMP_FATAL_SHUTDOWN_RESPONSE );
/* does not continue past here */
}