Changeset 8262010 in mainline for src/proc/thread.c
- Timestamp:
- 2005-04-10T16:36:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23c0c08
- Parents:
- 43114c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r43114c5 r8262010 100 100 i = (t->pri < RQ_COUNT -1) ? ++t->pri : t->pri; 101 101 102 cpu = the->cpu;102 cpu = CPU; 103 103 if (t->flags & X_WIRED) { 104 104 cpu = t->cpu;
Note:
See TracChangeset
for help on using the changeset viewer.