[rtems commit] smp: Documentation
Sebastian Huber
sebh at rtems.org
Wed Aug 21 07:01:51 UTC 2013
Module: rtems
Branch: master
Commit: 269dd124202bc8b61195d31da041dba53033b0cf
Changeset: http://git.rtems.org/rtems/commit/?id=269dd124202bc8b61195d31da041dba53033b0cf
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Aug 20 15:14:13 2013 +0200
smp: Documentation
---
cpukit/score/include/rtems/bspsmp.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index ec8be9f..d634a36 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,
More information about the vc
mailing list