Changeset 349e510d in mainline for kernel/generic/src/proc/thread.c
- Timestamp:
- 2012-06-27T20:34:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae49252
- Parents:
- 02dcb20 (diff), baf8fbb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r02dcb20 r349e510d 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.