Changeset 3e1607f in mainline for src/proc/scheduler.c
- Timestamp:
- 2005-08-31T22:00:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd95d784
- Parents:
- d2bb9f8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/scheduler.c
rd2bb9f8a r3e1607f 136 136 continue; 137 137 } 138 138 139 139 /* avoid deadlock with relink_rq() */ 140 140 if (!spinlock_trylock(&CPU->lock)) { … … 413 413 #endif 414 414 415 /* 416 * Copy the knowledge of CPU, TASK, THREAD and preemption counter to thread's stack. 417 */ 415 418 the_copy(THE, (the_t *) THREAD->kstack); 416 419
Note:
See TracChangeset
for help on using the changeset viewer.