Changeset 4ca28512 in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2009-11-19T21:08:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c70ce74
- Parents:
- 35bb2e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r35bb2e7 r4ca28512 1000 1000 1001 1001 if (call->flags & IPC_CALL_NOTIF) { 1002 ASSERT(! (call->flags & IPC_CALL_STATIC_ALLOC));1003 1004 1002 /* Set in_phone_hash to the interrupt counter */ 1005 1003 call->data.phone = (void *) call->priv; … … 1014 1012 if (call->flags & IPC_CALL_ANSWERED) { 1015 1013 process_answer(call); 1016 1017 ASSERT(! (call->flags & IPC_CALL_STATIC_ALLOC));1018 1014 1019 1015 if (call->flags & IPC_CALL_DISCARD_ANSWER) {
Note:
See TracChangeset
for help on using the changeset viewer.