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


Ignore:
Timestamp:
2006-03-18T23:02:08Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4b45210
Parents:
ba81cab
Message:

Untested better IPC functions.

  • There is some bug in MIPS, unpredicatbly sometimes the thread gets mapped

different frame for stack.

File:
1 edited

Legend:

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

    rba81cab rfbcfd458  
    160160                t = list_get_instance(cur, task_t, tasks_link);
    161161                spinlock_lock(&t->lock);
    162                 printf("%s: address=%P, taskid=%Q, as=%P, ActiveCalls: %d",
     162                printf("%s: address=%P, taskid=%Q\n\tas=%P, ActiveCalls: %d",
    163163                        t->name, t, t->taskid, t->as, atomic_get(&t->active_calls));
    164164                for (i=0; i < IPC_MAX_PHONES; i++) {
Note: See TracChangeset for help on using the changeset viewer.