summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 15:14:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-21 09:07:49 +0200
commit269dd124202bc8b61195d31da041dba53033b0cf (patch)
treeade1b31bbb760f76e0c7b76378c65e05bf4568dd
parentsmp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELF (diff)
downloadrtems-269dd124202bc8b61195d31da041dba53033b0cf.tar.bz2
smp: Documentation
-rw-r--r--cpukit/score/include/rtems/bspsmp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index ec8be9f085..d634a363f0 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -91,8 +91,9 @@ void bsp_smp_broadcast_interrupt(void);
* control of this processor to RTEMS. Interrupts must be disabled. It must
* be possible to send inter-processor interrupts to this processor. Since
* interrupts are disabled the inter-processor interrupt delivery is postponed
- * until interrupts are enabled the first time. This is usually a side-effect
- * of the context switch to the first thread.
+ * until interrupts are enabled the first time. Interrupts are enabled during
+ * the execution begin of threads in case they have interrupt level zero (this
+ * is the default).
*
* The pre-requisites for the call to this function are
* - disabled interrupts,