Changeset 0722869 in mainline for kernel/generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2017-12-09T18:21:29Z (6 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd253241
Parents:
071a1ddb (diff), 0016674 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-09 18:21:29)
git-committer:
GitHub <noreply@…> (2017-12-09 18:21:29)
Message:

Merge SYS_IPC_CONNECT_KBOX changes.

Return phone handle in SYS_IPC_CONNECT_KBOX separately from error code, don't leak phone on failure, and remove the unnecessary separation into two versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/sysipc.h

    r071a1ddb r0722869  
    5959extern sysarg_t sys_ipc_irq_unsubscribe(sysarg_t);
    6060
    61 #ifdef __32_BITS__
    62 
    63 extern sysarg_t sys_ipc_connect_kbox(sysarg64_t *);
    64 
    65 #endif  /* __32_BITS__ */
    66 
    67 #ifdef __64_BITS__
    68 
    69 extern sysarg_t sys_ipc_connect_kbox(sysarg_t);
    70 
    71 #endif  /* __64_BITS__ */
     61extern sysarg_t sys_ipc_connect_kbox(task_id_t *, cap_handle_t *);
    7262
    7363#endif
Note: See TracChangeset for help on using the changeset viewer.