diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2006-12-06 23:34:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:27 -0500 |
commit | ecbd0da1eced957e0cbb611b4a4cb5b0cf63ba31 (patch) | |
tree | c7756453fa284eb1cf27b914be9ea9a8303b87d4 /Documentation/kernel-parameters.txt | |
parent | 9a154d9d95b7b9845938242f5c62505b3cab5bcd (diff) |
[PATCH] swsusp: document support for swap files
Document the "resume_offset=" command line parameter as well as the way in
which swap files are supported by swsusp.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 | ||