Changeset 716185d in mainline for kernel/generic/src/ipc/kbox.c


Ignore:
Timestamp:
2012-10-03T20:37:07Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
466e95f7
Parents:
190976f
Message:

Call request_process() callback for incoming calls during IPC cleanup.

File:
1 edited

Legend:

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

    r190976f r716185d  
    9696       
    9797        /* Answer all messages in 'calls' and 'dispatched_calls' queues. */
     98        ipc_cleanup_call_list(&TASK->kb.box, &TASK->kb.box.calls);
    9899        ipc_cleanup_call_list(&TASK->kb.box, &TASK->kb.box.dispatched_calls);
    99         ipc_cleanup_call_list(&TASK->kb.box, &TASK->kb.box.calls);
    100100}
    101101
Note: See TracChangeset for help on using the changeset viewer.