From 269dd124202bc8b61195d31da041dba53033b0cf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 20 Aug 2013 15:14:13 +0200 Subject: [PATCH] smp: Documentation --- cpukit/score/include/rtems/bspsmp.h | 5 +++-- 1 file 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,