Changeset 167616c in mainline


Ignore:
Timestamp:
2018-10-31T06:03:38Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
beb83c1
Parents:
2f7134b
git-author:
Jakub Jermar <jakub@…> (2018-10-29 20:56:25)
git-committer:
Jakub Jermar <jakub@…> (2018-10-31 06:03:38)
Message:

Remove the last remaining vestiges of in_phone_hash

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/irq.c

    r2f7134b r167616c  
    4949 * - ARG4: payload modified by a 'top-half' handler (scratch[4])
    5050 * - ARG5: payload modified by a 'top-half' handler (scratch[5])
    51  * - in_phone_hash: interrupt counter (may be needed to assure correct order
     51 * - request_label: interrupt counter (may be needed to assure correct order
    5252 *                  in multithreaded drivers)
    5353 */
  • uspace/srv/vfs/vfs_register.c

    r2f7134b r167616c  
    111111void vfs_register(ipc_call_t *req)
    112112{
    113         dprintf("Processing VFS_REGISTER request received from %zx.\n",
    114             req->in_phone_hash);
    115 
    116113        vfs_info_t *vfs_info;
    117114        errno_t rc = async_data_write_accept((void **) &vfs_info, false,
Note: See TracChangeset for help on using the changeset viewer.