Re: PCI PM: Restore standard config registers of all devices early

From: Rafael J. Wysocki
Date: Tue Feb 03 2009 - 17:09:55 EST


On Tuesday 03 February 2009, Ingo Molnar wrote:
>
> * Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> > Ingo: how do we walk over all the interrupt descriptors in todays world?
> > The whole sparse-vs-nonsparse makes things a bit more complex.
>
> this:
>
> struct irq_desc *desc;
> int irq;
>
> for_each_irq_desc(i, desc) {
> ...
> }
>
> should do the trick.

So, what do I do in the loop to disable irqs for all devices on the IOAPIC
level. Would disable_irq(irq) be sufficient?

Also, how can I skip the timer interrupt (we don't want to disable that)?

Rafael
--
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/