summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-07-05 09:00:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-07-06 09:33:20 +0200
commit008efaff7f7d1003ea2648a7cef338ec93f60d70 (patch)
tree7731822ae3b13329125ecfc174d9288db5827758 /cpukit/score/include/rtems/score/interr.h
parentConfig (.cfg) files are only valid if deeper than 5. (diff)
downloadrtems-008efaff7f7d1003ea2648a7cef338ec93f60d70.tar.bz2
score: Do not disable ISR in _Terminate()
This partially reverts 38ee75853f674977609bd078c69fb53420afdd08. Let the calling context decide if interrupts must be disabled or not. The goal is to enable fatal extensions to continue program execution after some fatal errors.
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index ca48db2c06..8d4c104e28 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -192,9 +192,7 @@ extern Internal_errors_Information _Internal_errors_What_happened;
* determines that a fatal error has occurred or a final system state is
* reached (for example after exit()).
*
- * The first action is to disable interrupts.
- *
- * The second action of this function is to call the fatal handler of the user
+ * The first action of this function is to call the fatal handler of the user
* extensions. For the initial extensions the following conditions are
* required
* - a valid stack pointer and enough stack space,