Changeset e32720ff in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2012-11-22T22:20:39Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f6c16fe
- Parents:
- 0ab362c (diff), 908bb96 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r0ab362c re32720ff 197 197 task->kcycles = 0; 198 198 199 task->silent_kill = false;200 201 199 task->ipc_info.call_sent = 0; 202 200 task->ipc_info.call_received = 0;
Note:
See TracChangeset
for help on using the changeset viewer.