Changeset f0fcb04 in mainline for kernel/generic/include/synch/rcu.h
- Timestamp:
- 2012-07-29T19:26:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4d36f9
- Parents:
- 5b03a72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/rcu.h
r5b03a72 rf0fcb04 200 200 /* 201 201 * The thread was preempted while in a critical section or 202 * the detector is eagerly waiting for this cpu's reader 203 * to finish. 204 * 205 * Note that THREAD may be 0 in scheduler() and not just during boot. 202 * the detector is eagerly waiting for this cpu's reader to finish. 206 203 */ 207 if ( (THREAD && THREAD->rcu.was_preempted) || CPU->rcu.is_delaying_gp) {204 if (CPU->rcu.signal_unlock) { 208 205 /* Rechecks with disabled interrupts. */ 209 206 _rcu_signal_read_unlock(); 210 207 } 211 208 } 212 213 209 214 210 preemption_enable();
Note:
See TracChangeset
for help on using the changeset viewer.