Changeset 7975433 in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2012-08-16T21:25:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f6858d0
- Parents:
- 2405bb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r2405bb5 r7975433 190 190 /* This is a forgotten call and call->sender is not valid. */ 191 191 spinlock_unlock(&call->forget_lock); 192 /* TODO: free the call and its resources */192 ipc_call_free(call); 193 193 return; 194 194 } else {
Note:
See TracChangeset
for help on using the changeset viewer.