From: Narendra_K@Dell.com Date: Fri, 18 Mar 2011 17:22:14 +0000 (-0700) Subject: x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems X-Git-Tag: v3.1-rc1~122^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b373ed18f745bddf4288f1ec4a51fe822b8610a;p=pandora-kernel.git x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems Commit 6e8af08dfa40b747002207d3ce8e8b43a050d99f enables pci=bfsort on future Dell systems. But the identification string 'Dell System' matches on already existing whitelist, which do not have SMBIOS type 0xB1, causing pci=bfsort not being set on existing whitelist. This patch fixes the regression by moving the type 0xB1 check beyond the existing whitelist so that existing whitelist is walked before. Signed-off-by: Shyam Iyer Signed-off-by: Narendra K Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed