From: Yinghai Lu Date: Sun, 4 Nov 2012 04:39:26 +0000 (-0700) Subject: x86/PCI: Allocate resources on a per-bus basis for hot-adding root buses X-Git-Tag: v3.9-rc1~82^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83edc87ce8b284a3d60ab8072e55041c76a68277;p=pandora-kernel.git x86/PCI: Allocate resources on a per-bus basis for hot-adding root buses Previously pcibios_allocate_resources() allocated resources at boot-time for all PCI devices using for_each_pci_dev(). This patch changes pcibios_allocate_resources() so we can specify a bus, so we can do similar allocation when hot-adding a root bus. [bhelgaas: changelog] Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed