Changeset 3422fb6 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2017-09-03T19:23:25Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5d0143
Parents:
9306cd7
Message:

Do not register IRQs inside of answerboxes

File:
1 edited

Legend:

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

    r9306cd7 r3422fb6  
    9292        /** Notifications from IRQ handlers. */
    9393        list_t irq_notifs;
    94         /** IRQs with notifications to this answerbox. */
    95         list_t irq_list;
    9694} answerbox_t;
    9795
Note: See TracChangeset for help on using the changeset viewer.