Changeset ee34275 in mainline
- Timestamp:
- 2012-11-22T21:08:32Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11904316
- Parents:
- 85eba4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/rcu.h
r85eba4c ree34275 40 40 41 41 42 43 44 42 /** Use to assign a pointer to newly initialized data to a rcu reader 45 43 * accessible pointer. … … 134 132 /** Delimits the start of an RCU reader critical section. 135 133 * 136 * Reader sections may be nested and are preempt able. You must not134 * Reader sections may be nested and are preemptible. You must not 137 135 * however block/sleep within reader sections. 138 136 */
Note:
See TracChangeset
for help on using the changeset viewer.