Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/proc/scheduler.c

    rd6f9fff ra35b458  
    5959{
    6060        uintptr_t kstk = (uintptr_t) &THREAD->kstack[STACK_SIZE];
    61        
     61
    6262#ifndef PROCESSOR_i486
    6363        if (CPU->arch.fi.bits.sep) {
     
    6666        }
    6767#endif
    68        
     68
    6969        /* Set kernel stack for CPL3 -> CPL0 switch via interrupt */
    7070        CPU->arch.tss->esp0 = kstk;
Note: See TracChangeset for help on using the changeset viewer.