Changeset 05ffb41 in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2017-08-17T19:11:14Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c85bae
Parents:
7e3826d9
Message:

Turn IPC phones into kobjects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    r7e3826d9 r05ffb41  
    105105        answerbox_t answerbox;
    106106
    107         /** Sending communication endpoints */
    108         phone_t phones[IPC_MAX_PHONES];
    109 
    110107        /** Spinlock protecting the active_calls list. */
    111108        SPINLOCK_DECLARE(active_calls_lock);
Note: See TracChangeset for help on using the changeset viewer.