diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 2ddc43ef4ded..1e183bd33d71 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1370,6 +1370,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1370 | resume= [SWSUSP] | 1370 | resume= [SWSUSP] |
1371 | Specify the partition device for software suspend | 1371 | Specify the partition device for software suspend |
1372 | 1372 | ||
1373 | resume_offset= [SWSUSP] | ||
1374 | Specify the offset from the beginning of the partition | ||
1375 | given by "resume=" at which the swap header is located, | ||
1376 | in <PAGE_SIZE> units (needed only for swap files). | ||
1377 | See Documentation/power/swsusp-and-swap-files.txt | ||
1378 | |||
1373 | rhash_entries= [KNL,NET] | 1379 | rhash_entries= [KNL,NET] |
1374 | Set number of hash buckets for route cache | 1380 | Set number of hash buckets for route cache |
1375 | 1381 | ||