Searched refs:poweroff_on_fatal (Results 1 – 2 of 2) sorted by relevance
75 static bool poweroff_on_fatal = true; variable76 module_param(poweroff_on_fatal, bool, 0);77 MODULE_PARM_DESC(poweroff_on_fatal, "Poweroff when encountering a fatal ACPI error");1399 if (poweroff_on_fatal) in acpi_os_signal()
193 acpi.poweroff_on_fatal= [ACPI]