Changeset 349e510d in mainline for kernel/generic/src/proc/thread.c


Ignore:
Timestamp:
2012-06-27T20:34:18Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r02dcb20 r349e510d  
    277277       
    278278        cpu_t *cpu;
    279         if (thread->wired) {
     279        if (thread->wired || thread->nomigrate || thread->fpu_context_engaged) {
    280280                ASSERT(thread->cpu != NULL);
    281281                cpu = thread->cpu;
Note: See TracChangeset for help on using the changeset viewer.