Re: [PATCH] handle IRQ_PENDING for simple irq handler

2007-12-12 Thread Steven Rostedt
Note, that should have been [PATCH RT], this is NOT for mainline! -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH] handle IRQ_PENDING for simple irq handler

2007-12-12 Thread Steven Rostedt
With the IO-APIC pcix hack (level=>edge masking), we can receive interrupts while masked. But these interrupts might be missed. Also, normal "simple" interrupts might be missed too on leaving of thread handler. Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> Index:

Re: [PATCH] handle IRQ_PENDING for simple irq handler

2007-12-12 Thread Steven Rostedt
Note, that should have been [PATCH RT], this is NOT for mainline! -- Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH] handle IRQ_PENDING for simple irq handler

2007-12-12 Thread Steven Rostedt
With the IO-APIC pcix hack (level=edge masking), we can receive interrupts while masked. But these interrupts might be missed. Also, normal simple interrupts might be missed too on leaving of thread handler. Signed-off-by: Steven Rostedt [EMAIL PROTECTED] Index: