sparseirq: fix hang with !SPARSE_IRQ
authorYinghai Lu <yinghai@kernel.org>
Sat, 27 Dec 2008 06:38:15 +0000 (22:38 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 27 Dec 2008 16:52:07 +0000 (17:52 +0100)
Impact: fix hang

Suresh report his two sockets system only works with SPARSE_IRQ enable
it turns out we miss the setting desc->irq

so provide early_irq_init() even !SPARSE_IRQ to set desc->irq

Reported-by: "Siddha, Suresh B" <suresh.b.siddha@intel.com>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found