Changeset 9fe9d296 in mainline for kernel/generic/src/synch/rcu.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/rcu.c

    r497bd656 r9fe9d296  
    492492        _rcu_call(expedite, &completion.rcu_item, synch_complete);
    493493        waitq_sleep(&completion.wq);
    494         waitq_complete_wakeup(&completion.wq);
    495494}
    496495
Note: See TracChangeset for help on using the changeset viewer.