Ignore:
File:
1 edited

Legend:

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

    r6eef3c4 rf22dc820  
    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.