Changeset cfaa35a in mainline for kernel/generic/src/ipc/irq.c


Ignore:
Timestamp:
2012-08-13T09:52:09Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86939b1
Parents:
cd529c4
Message:

Rename call_t's link to ab_link as this link is exclusively used for
linking the call into one of the answerbox lists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/irq.c

    rcd529c4 rcfaa35a  
    510510{
    511511        irq_spinlock_lock(&irq->notif_cfg.answerbox->irq_lock, false);
    512         list_append(&call->link, &irq->notif_cfg.answerbox->irq_notifs);
     512        list_append(&call->ab_link, &irq->notif_cfg.answerbox->irq_notifs);
    513513        irq_spinlock_unlock(&irq->notif_cfg.answerbox->irq_lock, false);
    514514       
Note: See TracChangeset for help on using the changeset viewer.