Skip to content

Commit

Permalink
Add reset_devices to the recommended parameters
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: "Randy.Dunlap" <[email protected]>
Cc: Vivek Goyal <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Cc: Haren Myneni <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Bernhard Walle authored and Linus Torvalds committed Oct 17, 2007
1 parent 4fd4509 commit ac984ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/kdump/kdump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ Following are the arch specific command line options to be used while
loading dump-capture kernel.

For i386, x86_64 and ia64:
"1 irqpoll maxcpus=1"
"1 irqpoll maxcpus=1 reset_devices"

For ppc64:
"1 maxcpus=1 noirqdistrib"
"1 maxcpus=1 noirqdistrib reset_devices"


Notes on loading the dump-capture kernel:
Expand Down

0 comments on commit ac984ab

Please sign in to comment.