diff options
author | Bernhard Walle <bwalle@suse.de> | 2007-10-17 02:31:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:43:06 -0400 |
commit | ac984abe12208f07c3b4ef68e3186adbc4288b4d (patch) | |
tree | f58f7e2397139b51262fe687d8a47d73adb3277c /Documentation/kdump | |
parent | 4fd45090d6aed83e3978689d8dc98ce16b9689dd (diff) |
Add reset_devices to the recommended parameters
This patch adds the "reset_devices" option (that's used only by one device
driver for now) to the recommended list of command line parameters for kdump.
Meaning (Documentation/kernel-parameters.txt):
reset_devices [KNL] Force drivers to reset the underlying device
during initialization.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: Vivek Goyal <vgoyal@in.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Haren Myneni <hbabu@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kdump')
-rw-r--r-- | Documentation/kdump/kdump.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump/kdump.txt index a9a411d8b978..96d832b22217 100644 --- a/Documentation/kdump/kdump.txt +++ b/Documentation/kdump/kdump.txt | |||
@@ -292,10 +292,10 @@ Following are the arch specific command line options to be used while | |||
292 | loading dump-capture kernel. | 292 | loading dump-capture kernel. |
293 | 293 | ||
294 | For i386, x86_64 and ia64: | 294 | For i386, x86_64 and ia64: |
295 | "1 irqpoll maxcpus=1" | 295 | "1 irqpoll maxcpus=1 reset_devices" |
296 | 296 | ||
297 | For ppc64: | 297 | For ppc64: |
298 | "1 maxcpus=1 noirqdistrib" | 298 | "1 maxcpus=1 noirqdistrib reset_devices" |
299 | 299 | ||
300 | 300 | ||
301 | Notes on loading the dump-capture kernel: | 301 | Notes on loading the dump-capture kernel: |