Changeset a7a1063 in mainline for src/proc/scheduler.c
- Timestamp:
- 2005-06-07T00:41:39Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d896525
- Parents:
- b0bf501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/scheduler.c
rb0bf501 ra7a1063 44 44 #include <arch/faddr.h> 45 45 #include <arch/atomic.h> 46 47 /*48 * NOTE ON ATOMIC READS:49 * Some architectures cannot read __u32 atomically.50 * For that reason, all accesses to nrdy and the likes must be protected by spinlock.51 */52 46 53 47 volatile int nrdy;
Note:
See TracChangeset
for help on using the changeset viewer.