Ignore:
File:
1 edited

Legend:

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

    r63e27ef r82d515e9  
    163163                        irq_spinlock_unlock(&CPU->lock, false);
    164164                        THREAD->saved_fpu_context =
    165                             (fpu_context_t *) slab_alloc(fpu_context_slab, 0);
     165                            (fpu_context_t *) slab_alloc(fpu_context_cache, 0);
    166166                       
    167167                        /* We may have switched CPUs during slab_alloc */
Note: See TracChangeset for help on using the changeset viewer.