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


Ignore:
Timestamp:
2007-04-07T23:30:59Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac88c93
Parents:
7e58979
Message:

support the possibility to send EOI or Interrupt Acknowledgement
prior to processing the interrupt
(this is essential on some architectures to prevent preemption deadlock)

File:
1 edited

Legend:

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

    r7e58979 r7bcfbbc  
    139139        link_initialize(&irq->link);
    140140        spinlock_initialize(&irq->lock, "irq.lock");
     141        irq->preack = false;
    141142        irq->inr = -1;
    142143        irq->devno = -1;
Note: See TracChangeset for help on using the changeset viewer.