aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-09-15 04:53:50 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-16 10:53:10 -0400
commite00585bb7fc3d0b601181b765a254df7ff4ea59b (patch)
tree731d07071f04f54fbf4269912524455e54002858 /arch
parent56ffa1a028b9fce3860a247c6fe79fce7cbf425b (diff)
irq: fix irqpoll && sparseirq
Steven Noonan reported a boot hang when using irqpoll and CONFIG_HAVE_SPARSE_IRQ=y. The irqpoll loop needs to be updated to not iterate from 1 to nr_irqs but to iterate via for_each_irq_desc(). (in the former case desc can be NULL which crashes the box) Reported-by: Steven Noonan <steven@uplinklabs.net> Tested-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions