From: Linus Torvalds Date: Fri, 6 Jan 2006 16:43:16 +0000 (-0800) Subject: x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined X-Git-Tag: v2.6.16-rc1~936^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed40918a386afc2e14a6d3da563ea6d13686c25;p=pandora-kernel.git x86: remove bogus 'pci=usepirqmask' suggestion when no irq is defined This was harmless, but for the case of a device that had no irq pre-defined we would incorrectly suggest that "usepirqmask" might make a difference. It never would, and the message was just confusing people. Reported in the dmesg of Etienne Lorrain. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed