Changeset e18cf3d in mainline for generic/src/proc/task.c
- Timestamp:
- 2006-05-16T17:05:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8497711
- Parents:
- 12f73fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/task.c
r12f73fe re18cf3d 37 37 #include <proc/uarg.h> 38 38 #include <mm/as.h> 39 #include <mm/as_arg.h>40 39 #include <mm/slab.h> 41 40 #include <synch/spinlock.h> … … 104 103 ipc_phone_connect(&ta->phones[0], ipc_phone_0); 105 104 atomic_set(&ta->active_calls, 0); 106 107 memsetb((__address) &ta->accept_arg, sizeof(as_area_acptsnd_arg_t), 0);108 105 109 106 ipl = interrupts_disable();
Note:
See TracChangeset
for help on using the changeset viewer.