Changeset b14e35f2 in mainline for kernel/generic/src/ddi/irq.c


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/src/ddi/irq.c

    r4874c2d rb14e35f2  
    146146        irq->handler = NULL;
    147147        irq->arg = NULL;
     148        irq->notif_cfg.notify = false;
    148149        irq->notif_cfg.answerbox = NULL;
    149150        irq->notif_cfg.code = NULL;
    150151        irq->notif_cfg.method = 0;
    151152        irq->notif_cfg.counter = 0;
     153        link_initialize(&irq->notif_cfg.link);
    152154}
    153155
Note: See TracChangeset for help on using the changeset viewer.