commit | 12026ea16a618b289fcf457661aed24f57323a20 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Fri Dec 26 22:38:15 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Dec 27 17:52:07 2008 +0100 |
tree | 69375cb891e5d9593fc7bc9fdd87be952e4325e7 | |
parent | fa6beb37b0d9bc00f90f11154eeed9502d8b0a37 [diff] |
sparseirq: fix hang with !SPARSE_IRQ 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>