PIC interrupt priority

From: CherieWang (ycwang7_at_winbond.com.tw)
Date: 03/22/04


Date: Mon, 22 Mar 2004 14:33:27 +0800

When CPU is dealing with IRQ11 and has entered corresponding interrupt
handler, is it possible that any other interrupt having high priority, IRQ5
for instance, would interrupt current interrupt handler?
Thanks a lot!
Cherie



Relevant Pages

  • Re: em network issues
    ... driver avoids this problem. ... locking, but for many drivers fast wth interrupt handlers, whatever ... locking is used by the fast interrupt handler must be used all over ... This is safe because it has no side effects and doesn't take long. ...
    (freebsd-net)
  • Q: wait queue weirdness in A/D device driver - 2.4.18 or 20, RH 8.0
    ... "master buffer" at interrupt time and wake up any ... it should be because the int handler has now placed data into the master ... I'm using gcc 2.95.3 for both kernel and module (due to a suggestion on ... into the queue. ...
    (comp.os.linux.development.system)
  • Re: any hope for nfe/msk?
    ... If you encounter watchdog timeouts ... I started having problems on nfe driver now I was using on 6.2 stable ... Extend critical section coverage in the low-level interrupt handlers to ... Since the interrupt handler runs in the context of curthread, ...
    (freebsd-stable)
  • Re: [patch 4/4] genirq: add support for threaded interrupt handlers
    ... interrupt context, and the real interrupt handler, which handles the ... This must be the only functionality of the primary ... A typical device driver will do: ...
    (Linux-Kernel)
  • Re: [patch, -rc5-mm1] locking validator: special rule: 8390.c disable_irq()
    ... does with threading interrupts and the interrupt mask. ... interrupt handler has nothing to do with the irq flow itself. ...
    (Linux-Kernel)