Changeset 5c90e3e in mainline for kernel/generic/src/ipc/kbox.c


Ignore:
Timestamp:
2012-10-18T22:38:27Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
508fff8
Parents:
b801f2d (diff), 7d248e3 (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.
Message:

merge mainline changes

File:
1 edited

Legend:

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

    rb801f2d r5c90e3e  
    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.