This capability got inadvertently lost in commit
3ea2ba980a ("x86/NMI:
allow processing unknown NMIs when watchdog is enabled") due to an
oversight of mine.
Reported-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
static void __init parse_watchdog(char *s)
{
+ if ( !*s )
+ {
+ opt_watchdog = 1;
+ return;
+ }
+
switch ( parse_bool(s) )
{
case 0: