Changeset 931afbc in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2018-06-09T08:41:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec39720
- Parents:
- 75701004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r75701004 r931afbc 552 552 ipc_answer(&TASK->answerbox, call); 553 553 554 /* Republish the capability so that the call does not get lost. */555 cap_publish(TASK, chandle,ckobj);554 cap_free(TASK, chandle); 555 kobject_put(ckobj); 556 556 557 557 if (pkobj) … … 642 642 643 643 call_t *call = kobj->call; 644 assert(!(call->flags & IPC_CALL_ANSWERED)); 644 645 645 646 ipc_data_t saved_data; … … 688 689 689 690 call_t *call = kobj->call; 691 assert(!(call->flags & IPC_CALL_ANSWERED)); 690 692 691 693 ipc_data_t saved_data;
Note:
See TracChangeset
for help on using the changeset viewer.