summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-res.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-12-10 07:32:15 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-02 00:04:25 +0100
commitc40a22e0ce5eb400f27449e59e43d021bee58b8d (patch)
tree9335519358ff657a6a80baefd759337e324dc26d /drivers/pci/setup-res.c
parentPCI Hotplug: PCIeHP: Fix some whitespace damage (diff)
downloadlinux-c40a22e0ce5eb400f27449e59e43d021bee58b8d.tar.xz
linux-c40a22e0ce5eb400f27449e59e43d021bee58b8d.zip
PCI: Fix bus resource assignment on 32 bits with 64b resources
The current pci_assign_unassigned_resources() code doesn't work properly on 32 bits platforms with 64 bits resources. The main reason is the use of unsigned long in various places instead of resource_size_t. This is a pre-requisite for making powerpc use the generic code instead of its own half-useful implementation. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/setup-res.c')
0 files changed, 0 insertions, 0 deletions