From 92f50c3b2916d52c26d74fe1d61354d342e148af Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Feb 2014 09:47:12 +0100 Subject: score: Add SYSTEM_STATE_TERMINATED Merge systems states SYSTEM_STATE_SHUTDOWN and SYSTEM_STATE_FAILED into new system state SYSTEM_STATE_TERMINATED. This reflects that all system termination paths end up in _Internal_error_Occurred(). --- cpukit/score/include/rtems/score/interr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 79edc21249..b774edcfc9 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -192,7 +192,7 @@ extern Internal_errors_Information _Internal_errors_What_happened; * * Once all fatal handler executed the error information will be stored to * _Internal_errors_What_happened and the system state is set to - * SYSTEM_STATE_FAILED. + * SYSTEM_STATE_TERMINATED. * * The final step is to call the CPU specific _CPU_Fatal_halt(). * -- cgit v1.2.3