From: Stephen Rothwell Date: Tue, 4 Apr 2006 04:49:48 +0000 (+1000) Subject: powerpc: iSeries has only 256 IRQs X-Git-Tag: v2.6.17-rc2~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d01c880856bae31502095bc68784c1518a680cb;p=pandora-kernel.git powerpc: iSeries has only 256 IRQs The iSeries Hypervisor only allows us to specify IRQ numbers up to 255 (it has a u8 field to pass it in). This patch allows platforms to specify a maximum to the virtual IRQ numbers we will use and has iSeries set that to 255. If not set, the maximum is NR_IRQS - 1 (as before). Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed