summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-02 13:10:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-02 13:11:13 +0100
commitf65dcc712ab7ff1fb36da4254b4383f4fc5eb459 (patch)
treea37c212885e27376d7a5718d2fdf1b4f5c9e9e89 /cpukit/score/cpu/no_cpu/rtems/score/cpu.h
parentrtems: Use _Thread_Dispatch_direct() (diff)
downloadrtems-f65dcc712ab7ff1fb36da4254b4383f4fc5eb459.tar.bz2
score: Fix ARM and PowerPC context initialization
Update #2751.
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 58a024ef0c..56081477d9 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -872,6 +872,10 @@ uint32_t _CPU_ISR_Get_level( void );
* in the context. The state of the "general data" registers is
* undefined at task start time.
*
+ * The ISR dispatch disable field of the context must be cleared to zero if it
+ * is used by the CPU port. Otherwise, a thread restart results in
+ * unpredictable behaviour.
+ *
* @param[in] _the_context is the context structure to be initialized
* @param[in] _stack_base is the lowest physical address of this task's stack
* @param[in] _size is the size of this task's stack