Changes in kernel/generic/src/proc/scheduler.c [b4dc35a:df58e44] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/scheduler.c
rb4dc35a rdf58e44 102 102 #endif 103 103 104 #ifdef CONFIG_UDEBUG105 104 if (THREAD->btrace) { 106 105 istate_t *istate = THREAD->udebug.uspace_state; … … 112 111 THREAD->btrace = false; 113 112 } 114 #endif115 113 } 116 114 … … 354 352 355 353 /* 356 * Through the 'THE' structure, we keep track of THREAD, TASK, CPU, AS354 * Through the 'THE' structure, we keep track of THREAD, TASK, CPU, VM 357 355 * and preemption counter. At this point THE could be coming either 358 356 * from THREAD's or CPU's stack.
Note:
See TracChangeset
for help on using the changeset viewer.