Changes in / [e199ab3:c483fca] in mainline


Ignore:
File:
1 edited

Legend:

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

    re199ab3 rc483fca  
    659659                                log(LF_OTHER, LVL_DEBUG,
    660660                                    "kcpulb%u: TID %" PRIu64 " -> cpu%u, "
    661                                     "nrdy=%ld, avg=%ld", CPU->id, t->tid,
     661                                    "nrdy=%ld, avg=%ld", CPU->id, thread->tid,
    662662                                    CPU->id, atomic_load(&CPU->nrdy),
    663663                                    atomic_load(&nrdy) / config.cpu_active);
Note: See TracChangeset for help on using the changeset viewer.