Changes in kernel/arch/ia32/src/proc/scheduler.c [d6f9fff:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/proc/scheduler.c
rd6f9fff ra35b458 59 59 { 60 60 uintptr_t kstk = (uintptr_t) &THREAD->kstack[STACK_SIZE]; 61 61 62 62 #ifndef PROCESSOR_i486 63 63 if (CPU->arch.fi.bits.sep) { … … 66 66 } 67 67 #endif 68 68 69 69 /* Set kernel stack for CPL3 -> CPL0 switch via interrupt */ 70 70 CPU->arch.tss->esp0 = kstk;
Note:
See TracChangeset
for help on using the changeset viewer.