Changeset 6364d3c in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2007-12-04T20:29:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9119d25
- Parents:
- 38c706cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r38c706cc r6364d3c 185 185 /* The connection was accepted */ 186 186 phone_connect(phoneid, &answer->sender->answerbox); 187 /* Set 'phone hash' as arg 3of response */187 /* Set 'phone hash' as arg5 of response */ 188 188 IPC_SET_ARG5(answer->data, 189 189 (unative_t) &TASK->phones[phoneid]); … … 270 270 if (newphid < 0) 271 271 return ELIMIT; 272 /* Set arg 3for server */272 /* Set arg5 for server */ 273 273 IPC_SET_ARG5(call->data, (unative_t) &TASK->phones[newphid]); 274 274 call->flags |= IPC_CALL_CONN_ME_TO;
Note:
See TracChangeset
for help on using the changeset viewer.