Changeset 550523f5 in mainline


Ignore:
Timestamp:
2013-12-27T17:47:13Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a98cef
Parents:
b51cf2c
Message:

fix debugging output

File:
1 edited

Legend:

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

    rb51cf2c r550523f5  
    6464#include <stacktrace.h>
    6565
    66 //#define       SCHEDULER_VERBOSE 1
    67 
    6866static void scheduler_separated_stack(void);
    6967
     
    519517       
    520518#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,
    523521            THREAD->ticks, atomic_get(&CPU->nrdy));
    524522#endif
Note: See TracChangeset for help on using the changeset viewer.