diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8dd7248508a..fe50cbd315b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2156,6 +2156,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2156 | reset_devices [KNL] Force drivers to reset the underlying device | 2156 | reset_devices [KNL] Force drivers to reset the underlying device |
2157 | during initialization. | 2157 | during initialization. |
2158 | 2158 | ||
2159 | resource_alloc_from_bottom | ||
2160 | Allocate new resources from the beginning of available | ||
2161 | space, not the end. If you need to use this, please | ||
2162 | report a bug. | ||
2163 | |||
2159 | resume= [SWSUSP] | 2164 | resume= [SWSUSP] |
2160 | Specify the partition device for software suspend | 2165 | Specify the partition device for software suspend |
2161 | 2166 | ||