mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 15:47:28 +08:00
score: Use _SMP_Fatal()
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user