Changeset 73838ed in mainline for src/proc/thread.c
- Timestamp:
- 2005-09-01T19:21:37Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7df54df
- Parents:
- 437e35a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r437e35a0 r73838ed 137 137 spinlock_unlock(&r->lock); 138 138 139 atomic_inc( (int *)&nrdy);139 atomic_inc(&nrdy); 140 140 avg = nrdy / config.cpu_active; 141 141
Note:
See TracChangeset
for help on using the changeset viewer.