aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-09-13 08:10:04 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-09-13 08:10:04 +0000
commit73c7762558fe7ca71f437af3e1a4825a4e733f47 (patch)
tree0035f8f4f6b3256cd7535b03a44bafb0778a1bc2 /os/nil
parent11eb96e9b8121ccdab2b7391ec4eb18051f3345b (diff)
downloadChibiOS-73c7762558fe7ca71f437af3e1a4825a4e733f47.tar.gz
ChibiOS-73c7762558fe7ca71f437af3e1a4825a4e733f47.tar.bz2
ChibiOS-73c7762558fe7ca71f437af3e1a4825a4e733f47.zip
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9761 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil')
-rw-r--r--os/nil/src/ch.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/os/nil/src/ch.c b/os/nil/src/ch.c
index 3a5a3b8e0..2a57b5401 100644
--- a/os/nil/src/ch.c
+++ b/os/nil/src/ch.c
@@ -824,10 +824,6 @@ msg_t chSemWaitTimeoutS(semaphore_t *sp, systime_t timeout) {
/**
* @brief Performs a signal operation on a semaphore.
- * @post This function does not reschedule so a call to a rescheduling
- * function must be performed before unlocking the kernel. Note that
- * interrupt handlers always reschedule on exit so an explicit
- * reschedule must not be performed in ISRs.
*
* @param[in] sp pointer to a @p semaphore_t structure
*
@@ -881,10 +877,6 @@ void chSemSignalI(semaphore_t *sp) {
* @post After invoking this function all the threads waiting on the
* semaphore, if any, are released and the semaphore counter is set
* to the specified, non negative, value.
- * @post This function does not reschedule so a call to a rescheduling
- * function must be performed before unlocking the kernel. Note that
- * interrupt handlers always reschedule on exit so an explicit
- * reschedule must not be performed in ISRs.
*
* @param[in] sp pointer to a @p semaphore_t structure
* @param[in] n the new value of the semaphore counter. The value must