commit | e5a53714acfc7b5f868d07d27c5f02cb00b118db | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Tue Aug 19 20:50:07 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:52:31 2008 +0200 |
tree | 087446051c2af229177c1d2aa079d7255077ebb0 | |
parent | 3ac2de48ed3c998df7f366e039c97eedb27e7c3d [diff] |
x86: put irq_2_pin pointer into irq_cfg preallocate 32 irq_2_pin entries, and use get_one_free_irq_2_pin() to get one more and link to irq_cfg if needed. so don't waste one where no irq is enabled. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>