Changeset 37c57f2 in mainline for generic/src/proc/thread.c


Ignore:
Timestamp:
2006-03-16T20:56:22Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff14c520
Parents:
6a22fcb
Message:

Added task_print.
Fixed ipc to support connect_me_to.

File:
1 edited

Legend:

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

    r6a22fcb r37c57f2  
    413413                if (t->cpu)
    414414                        printf("cpu%d ", t->cpu->id);
    415                
    416415                printf("\n");
    417416        }
    418417
    419418        spinlock_unlock(&threads_lock);
    420         interrupts_enable();
    421 }
     419        interrupts_restore(ipl);
     420}
Note: See TracChangeset for help on using the changeset viewer.