From: Yinghai Lu Date: Sat, 6 Dec 2008 02:58:33 +0000 (-0800) Subject: x86: MSI start irq numbering from nr_irqs_gsi X-Git-Tag: v2.6.29-rc1~538^2~26^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5d5350a937cd8513b258739f1099420129e96f;p=pandora-kernel.git x86: MSI start irq numbering from nr_irqs_gsi Impact: sanitize MSI irq number ordering from top-down to bottom-up Increase new MSI IRQs starting from nr_irqs_gsi (which is somewhere below 256), instead of decreasing from NR_IRQS. (The latter method can result in confusingly high IRQ numbers - if NR_CPUS is set to a high value and NR_IRQS scales up to a high value.) Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed