---
 cpukit/score/src/smp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index aee1c45..69f5337 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -99,8 +99,8 @@ void rtems_smp_process_interrupt( void )
     }
 
     _Per_CPU_Change_state( per_cpu, PER_CPU_STATE_SHUTDOWN );
-    while(1)
-      ;
+
+    _CPU_Fatal_halt( self );
     /* does not continue past here */
   }
 }
-- 
1.7.7

_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to