Changeset c4e4507 in mainline for generic/src/proc/task.c


Ignore:
Timestamp:
2006-06-04T17:17:29Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cb5e64
Parents:
fe19611
Message:

Renamed some things in IPC to be consistent.
Added ipc reporting to kconsole.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/task.c

    rfe19611 rc4e4507  
    230230               
    231231                        spinlock_lock(&t->lock);
    232                         printf("%s: address=%#zX, taskid=%#llX, as=%#zX, ActiveCalls: %zd",
    233                                 t->name, t, t->taskid, t->as, atomic_get(&t->active_calls));
     232                        printf("%s(%lld): address=%#zX, as=%#zX, ActiveCalls: %zd",
     233                                t->name, t->taskid, t, t->as, atomic_get(&t->active_calls));
    234234                        for (j=0; j < IPC_MAX_PHONES; j++) {
    235235                                if (t->phones[j].callee)
Note: See TracChangeset for help on using the changeset viewer.