Changes in / [e199ab3:c483fca] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/scheduler.c
re199ab3 rc483fca 659 659 log(LF_OTHER, LVL_DEBUG, 660 660 "kcpulb%u: TID %" PRIu64 " -> cpu%u, " 661 "nrdy=%ld, avg=%ld", CPU->id, t ->tid,661 "nrdy=%ld, avg=%ld", CPU->id, thread->tid, 662 662 CPU->id, atomic_load(&CPU->nrdy), 663 663 atomic_load(&nrdy) / config.cpu_active);
Note:
See TracChangeset
for help on using the changeset viewer.