]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems
authorNarendra_K@Dell.com <Narendra_K@Dell.com>
Fri, 18 Mar 2011 17:22:14 +0000 (10:22 -0700)
committerGuru Anbalagane <guru.anbalagane@oracle.com>
Wed, 14 Mar 2012 22:28:41 +0000 (15:28 -0700)
commit2611f269f6e9db50435b1f9e3658448e2912fc84
tree12891f890f80014d3698ae92a099ec584909bbd5
parent2556d46af113aec15613f79c9027a1b2a890d546
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 <shyam_iyer@dell.com>
Signed-off-by: Narendra K <narendra_k@dell.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/common.c