Changeset 473d5d2 in mainline for kernel/generic/src/ddi/ddi.c
- Timestamp:
- 2011-05-19T16:44:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bcaca55
- Parents:
- 9c757820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ddi/ddi.c
r9c757820 r473d5d2 224 224 task_t *task = task_find_by_id(id); 225 225 226 if ((!task) || (!cont ext_check(CONTEXT, task->context))) {226 if ((!task) || (!container_check(CONTAINER, task->container))) { 227 227 /* 228 228 * There is no task with the specified ID
Note:
See TracChangeset
for help on using the changeset viewer.