commit | 69c358ce377e998e3ababb494c2f8769dfb1715d | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Thu Mar 10 16:08:13 2011 +0000 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Mar 10 14:48:43 2011 -0500 |
tree | 45a8552232e7122424f44ba7780955954783496f | |
parent | ca62ce8cde36cde5a31af8f9bb23e6430700e437 [diff] |
xen: events: remove use of nr_irqs as upper bound on number of pirqs There isn't really much relationship between the two, other than nr_irqs often being the larger of the two. Allows us to remove a nr_irqs sized array, the only users of this array are MSI setup and restore, neither of which are particularly performance critical. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>