Changeset 9fe9d296 in mainline for kernel/generic/src/synch/spinlock.c


Ignore:
Timestamp:
2012-11-16T17:36:23Z (13 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
853d613
Parents:
497bd656
Message:

Fix: waitq_sleep_timeout() waits for its waitq_wakeup() to complete unconditionally. No need to wait explicitly via waitq_complete_wakeup() anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/spinlock.c

    r497bd656 r9fe9d296  
    199199 *
    200200 * @param lock    IRQ spinlock to be locked.
    201  * @param irq_dis If true, interrupts are actually disabled
    202  *                prior locking the spinlock. If false, interrupts
    203  *                are expected to be already disabled.
     201 * @param irq_dis If true, disables interrupts before locking the spinlock.
     202 *                If false, interrupts are expected to be already disabled.
    204203 *
    205204 */
Note: See TracChangeset for help on using the changeset viewer.