Changeset b14e35f2 in mainline for kernel/generic/include/ipc/irq.h


Ignore:
Timestamp:
2006-10-17T21:20:00Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb8335c
Parents:
4874c2d
Message:

Implement efficient IPC notification cleanup.

File:
1 edited

Legend:

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

    r4874c2d rb14e35f2  
    7272#include <typedefs.h>
    7373#include <arch/types.h>
     74#include <adt/list.h>
    7475
    7576/** IPC notification config structure.
     
    8485        irq_code_t *code;               /**< Top-half pseudocode. */
    8586        count_t counter;                /**< Counter. */
     87        link_t link;                    /**< Link between IRQs that are notifying the
     88                                             same answerbox. The list is protected by
     89                                             the answerbox irq_lock. */
    8690};
    8791
Note: See TracChangeset for help on using the changeset viewer.