commit | 7ed40918a386afc2e14a6d3da563ea6d13686c25 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:43:16 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:43:16 2006 -0800 |
tree | e180ba59fa65290a12a731aaf304d2aa840f3ffb | |
parent | 9b847548663ef1039dd49f0eb4463d001e596bc3 [diff] |
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 <torvalds@osdl.org>