summaryrefslogtreecommitdiffstats
path: root/sys/x86/acpica/acpi_wakeup.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/acpica/acpi_wakeup.c')
-rw-r--r--sys/x86/acpica/acpi_wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c
index 0c062bf..5008544 100644
--- a/sys/x86/acpica/acpi_wakeup.c
+++ b/sys/x86/acpica/acpi_wakeup.c
@@ -266,7 +266,7 @@ acpi_wakeup_machdep(struct acpi_softc *sc, int state, int sleep_result,
restart_cpus(suspcpus);
#endif
mca_resume();
- intr_resume();
+ intr_resume(/*suspend_cancelled*/false);
AcpiSetFirmwareWakingVector(0);
} else {
OpenPOWER on IntegriCloud