Changeset c483fca in mainline for kernel/generic/src/proc/scheduler.c
- Timestamp:
- 2018-11-28T10:27:41Z (6 years ago)
- 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)
- 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.