Changeset c483fca in mainline


Ignore:
Timestamp:
2018-11-28T10:27:41Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60c332e, a20a451, ea4910b
Parents:
e199ab3 (diff), c742954 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
jxsvoboda <5887334+jxsvoboda@…> (2018-11-28 10:27:41)
git-committer:
GitHub <noreply@…> (2018-11-28 10:27:41)
Message:

Merge pull request #68 from maurizio-lombardi/sched_fix_typo

scheduler: fix compile error in kcpulb() when KCPULB_VERBOSE is defined.

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.