From: Ian Campbell Date: Thu, 10 Mar 2011 16:08:13 +0000 (+0000) Subject: xen: events: remove use of nr_irqs as upper bound on number of pirqs X-Git-Tag: v2.6.39-rc1~438^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c358ce377e998e3ababb494c2f8769dfb1715d;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed