From: Vivek Goyal Date: Wed, 27 Sep 2006 08:50:44 +0000 (-0700) Subject: [PATCH] kdump: introduce "reset_devices" command line option X-Git-Tag: v2.6.19-rc1~929 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e96287ddc4f42081e18248b6167041c0908004c;p=pandora-kernel.git [PATCH] kdump: introduce "reset_devices" command line option Resetting the devices during driver initialization can be a costly operation in terms of time (especially scsi devices). This option can be used by drivers to know that user forcibly wants the devices to be reset during initialization. This option can be useful while kernel is booting in unreliable environment. For ex. during kdump boot where devices are in unknown random state and BIOS execution has been skipped. Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed