From b3049a1d909bd0fbd80ef87341f6d06627608b50 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 May 2014 15:51:51 +0200 Subject: score: Use _SMP_Fatal() --- cpukit/score/include/rtems/score/smpimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/smpimpl.h') diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h index 4ef5045805..3ee7aa25d0 100644 --- a/cpukit/score/include/rtems/score/smpimpl.h +++ b/cpukit/score/include/rtems/score/smpimpl.h @@ -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 */ } -- cgit v1.2.3