summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/smpimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-23 15:51:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-23 15:51:51 +0200
commitb3049a1d909bd0fbd80ef87341f6d06627608b50 (patch)
treeade3aba496b11ee4eb6b77d5c1b1a979cae225b0 /cpukit/score/include/rtems/score/smpimpl.h
parentSMP: make IPI fatal code unique (diff)
downloadrtems-b3049a1d909bd0fbd80ef87341f6d06627608b50.tar.bz2
score: Use _SMP_Fatal()
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/smpimpl.h2
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 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 */
}