commit | 7d94f7ca401dd7f445fda9a971a48aa5427b3e55 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Tue Aug 19 20:50:14 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:52:50 2008 +0200 |
tree | 8f4d4b73966fd0aa54df2da5bbcf67ea0a7ff43a | |
parent | 46b8214d12c274bd4265aae482ab7ffe69d94818 [diff] |
irq: remove >= nr_irqs checking with config_have_sparse_irq remove irq limit checks - nr_irqs is dynamic and we expand anytime. v2: fix checking about result irq_cfg_without_new, so could use msi again v3: use irq_desc_without_new to check irq is valid Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>