Changeset cd529c4 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2012-08-13T09:15:57Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4820360, cfaa35a
Parents:
d06c4ae
Message:

In the absence of synchronous IPC calls, call_t's callerbox is just
caching call_t's sender→answerbox. Get rid of this redundancy.

File:
1 edited

Legend:

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

    rd06c4ae rcd529c4  
    113113        struct task *sender;
    114114       
    115         /*
    116          * The caller box is different from sender->answerbox
    117          * for synchronous calls.
    118          */
    119         answerbox_t *callerbox;
    120        
    121115        /** Private data to internal IPC. */
    122116        sysarg_t priv;
Note: See TracChangeset for help on using the changeset viewer.