Re: [PATCH] Unhandled IRQs on AMD E-450: temporarily switch tolow-performance polling IRQ mode

From: Alan Cox
Date: Mon Jan 30 2012 - 17:03:23 EST


> + printk("Polling IRQ %d\n", irq);

printk levels would be good.


> - __report_bad_irq(irq, desc, action_ret);
> + /* __report_bad_irq(irq, desc, action_ret); */

And this removes debugging for a reason that isn't described ?


In general this looks sane although it may do bad stuff on some platforms
I guess - notably irqpoll has an x86 ism in it still that now may need
dealing with (the IRQ 0 magic)

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/