diff options
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 183b7a4525bd..0ad9af2e0667 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -794,13 +794,13 @@ MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | |||
794 | module_param(soft_margin, int, 0); | 794 | module_param(soft_margin, int, 0); |
795 | MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); | 795 | MODULE_PARM_DESC(soft_margin, "Watchdog timeout in seconds"); |
796 | 796 | ||
797 | module_param(allow_kdump, int, 0); | ||
798 | MODULE_PARM_DESC(allow_kdump, "Start a kernel dump after NMI occurs"); | ||
799 | |||
800 | module_param(nowayout, int, 0); | 797 | module_param(nowayout, int, 0); |
801 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" | 798 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" |
802 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 799 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |
803 | 800 | ||
801 | module_param(allow_kdump, int, 0); | ||
802 | MODULE_PARM_DESC(allow_kdump, "Start a kernel dump after NMI occurs"); | ||
803 | |||
804 | module_param(priority, int, 0); | 804 | module_param(priority, int, 0); |
805 | MODULE_PARM_DESC(priority, "The hpwdt driver handles NMIs first or last" | 805 | MODULE_PARM_DESC(priority, "The hpwdt driver handles NMIs first or last" |
806 | " (default = 0/Last)\n"); | 806 | " (default = 0/Last)\n"); |