Changeset 550523f5 in mainline
- Timestamp:
- 2013-12-27T17:47:13Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a98cef
- Parents:
- b51cf2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/scheduler.c
rb51cf2c r550523f5 64 64 #include <stacktrace.h> 65 65 66 //#define SCHEDULER_VERBOSE 167 68 66 static void scheduler_separated_stack(void); 69 67 … … 519 517 520 518 #ifdef SCHEDULER_VERBOSE 521 printf("cpu%u: tid %" PRIu64 " (priority=%d, ticks=%" PRIu64 522 ", nrdy=% d)\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, 523 521 THREAD->ticks, atomic_get(&CPU->nrdy)); 524 522 #endif
Note:
See TracChangeset
for help on using the changeset viewer.