Re: Solving WARNING: Enabled interrupts issues
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 13:58:15
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 13:58:15
* Marc Marí | 2014-11-08 23:56:47 [+0100]:
And the handler is a bit long, so I won't post it here. Just say that it does its own tasks without any lock, just a memory barrier (mb()), and then it calls generic_handle_irq(irq); I also know that irqs are enabled even when the handler is called (and, as far as I understand, this is due to threaded interrupts) because I printed the value of irqs_disabled();
git grep generic_handle_irq drivers/irqchip/ I looks like you try to implement a irq chip.
Thanks in advance Marc
Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html