lkml.org 
[lkml]   [2009]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateTue, 3 Feb 2009 00:49:23 +0100
FromIngo Molnar <>
SubjectRe: PCI PM: Restore standard config registers of all devices early

* Linus Torvalds <torvalds@linux-foundation.org> 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.

Ingo


\
 
 \ /
  Last update: 2009-02-03 00:53    [from the cache]
©2003-2010