]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/pci/pci.c
PCI: conditional resource-reallocation through kernel parameter pci=realloc
authorRam Pai <linuxram@us.ibm.com>
Thu, 7 Jul 2011 18:19:10 +0000 (11:19 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 8 Jul 2011 22:49:20 +0000 (15:49 -0700)
commitf483d3923dc3a6394c483e28ccb3fe700bdf399e
treeef487babd0ef104e1fa8323c23050d66096c0f3a
parenta2fa83faf47b514ab947cea916d3691b66525073
PCI: conditional resource-reallocation through kernel parameter pci=realloc

Multiple attempts to dynamically reallocate pci resources have
unfortunately lead to regressions. Though we continue to fix the
regressions and fine tune the dynamic-reallocation behavior, we have not
reached a acceptable state yet.

This patch provides a interim solution. It disables dynamic reallocation
by default, but adds the ability to enable it through pci=realloc kernel
command line parameter.

Tested-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Documentation/kernel-parameters.txt
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/setup-bus.c