Changes in kernel/generic/src/proc/scheduler.c [feeac0d:550523f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/scheduler.c
rfeeac0d r550523f5 517 517 518 518 #ifdef SCHEDULER_VERBOSE 519 printf("cpu%u: tid %" PRIu64 " (priority=%d, ticks=%" PRIu64 520 ", nrdy=% ld)\n", CPU->id, THREAD->tid, THREAD->priority,519 printf("cpu%u: tid %" PRIu64 " (priority=%d, ticks=%" PRIu64 520 ", nrdy=%" PRIua ")\n", CPU->id, THREAD->tid, THREAD->priority, 521 521 THREAD->ticks, atomic_get(&CPU->nrdy)); 522 522 #endif
Note:
See TracChangeset
for help on using the changeset viewer.