Changeset 04a73cdf in mainline for pci/pci.c


Ignore:
Timestamp:
2006-05-17T14:05:01Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04552a80
Parents:
afa6e74
Message:

Sync with kernel.
Add ipc_wait_for_call_timeout() and ipc_trywait_for_call().
Modify ipc_wait_for_call() to be unconditional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pci/pci.c

    rafa6e74 r04a73cdf  
    6666                int retval;
    6767
    68                 callid = ipc_wait_for_call(&call, 0);
     68                callid = ipc_wait_for_call(&call);
    6969                switch(IPC_GET_METHOD(call)) {
    7070                case IPC_M_CONNECT_ME_TO:
Note: See TracChangeset for help on using the changeset viewer.