Changeset f22dc820 in mainline
- Timestamp:
- 2012-06-20T23:52:58Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 380553c, baf8fbb
- Parents:
- 6eef3c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r6eef3c4 rf22dc820 277 277 278 278 cpu_t *cpu; 279 if (thread->wired ) {279 if (thread->wired || thread->nomigrate || thread->fpu_context_engaged) { 280 280 ASSERT(thread->cpu != NULL); 281 281 cpu = thread->cpu;
Note:
See TracChangeset
for help on using the changeset viewer.