]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges
authorYinghai Lu <yinghai@kernel.org>
Fri, 22 Jan 2010 09:02:28 +0000 (01:02 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 23 Feb 2010 00:17:25 +0000 (16:17 -0800)
commit5a33a708a8df6f23106dd1a69790e5759c0e2d5c
tree38106fadf812bca10fc5b2c9bef8912de154df74
parent469132bd9930a52cbb19ca29e90e25edc1765ca0
PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges

Make pci_bridge_check_ranges() store the PCI_PREF_RANGE_TYPE_64 in
addition to IORESOURCE_MEM_64.  Just like pci_read_bridge_bases().

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c