diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-18 10:13:24 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-18 10:13:24 -0800 |
commit | 46bdfe6a50b88942f5323f837a3afd93a1c86e60 (patch) | |
tree | 9fe5add84d9bcca4670b1af98940d7267c3a3571 /Documentation | |
parent | c15524a40a1603dc56a8691c4f50172fb86c23d8 (diff) | |
parent | a2c606d53ab71dee6410f10ef0adf67321d60e06 (diff) | |
download | linux-3.10-46bdfe6a50b88942f5323f837a3afd93a1c86e60.tar.gz linux-3.10-46bdfe6a50b88942f5323f837a3afd93a1c86e60.tar.bz2 linux-3.10-46bdfe6a50b88942f5323f837a3afd93a1c86e60.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:
x86: avoid high BIOS area when allocating address space
x86: avoid E820 regions when allocating address space
x86: avoid low BIOS area when allocating address space
resources: add arch hook for preventing allocation in reserved areas
Revert "resources: support allocating space within a region from the top down"
Revert "PCI: allocate bus resources from the top down"
Revert "x86/PCI: allocate space from the end of a region, not the beginning"
Revert "x86: allocate space within a region top-down"
Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"
PCI: Update MCP55 quirk to not affect non HyperTransport variants
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index cdd2a6e8a3b..8b61c936099 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -2175,11 +2175,6 @@ and is between 256 and 4096 characters. It is defined in the file reset_devices [KNL] Force drivers to reset the underlying device during initialization. - resource_alloc_from_bottom - Allocate new resources from the beginning of available - space, not the end. If you need to use this, please - report a bug. - resume= [SWSUSP] Specify the partition device for software suspend |