[rtems commit] score: Use _SMP_Fatal()

Sebastian Huber sebh at rtems.org
Fri May 23 13:44:44 UTC 2014


Module:    rtems
Branch:    master
Commit:    b3049a1d909bd0fbd80ef87341f6d06627608b50
Changeset: http://git.rtems.org/rtems/commit/?id=b3049a1d909bd0fbd80ef87341f6d06627608b50

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 23 15:51:51 2014 +0200

score: Use _SMP_Fatal()

---

 cpukit/score/include/rtems/score/smpimpl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h
index 4ef5045..3ee7aa2 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 */
     }
 




More information about the vc mailing list