Changeset b14e35f2 in mainline for kernel/generic/src/ipc/ipc.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/ipc/ipc.c

    r4874c2d rb14e35f2  
    109109        list_initialize(&box->answers);
    110110        list_initialize(&box->irq_notifs);
     111        list_initialize(&box->irq_head);
    111112        box->task = TASK;
    112113}
Note: See TracChangeset for help on using the changeset viewer.