summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpi.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-07-09 15:29:24 +0000
committerderaadt <deraadt@openbsd.org>2012-07-09 15:29:24 +0000
commitfb54ebcaffc5fdf2e192ef0b5ac1013b91fdb329 (patch)
treee231cd34441104d3147c984c707fead587e5fc62 /sys/dev/acpi/acpi.c
parentAfter a resume, re-initialize the MTRR registers on the AP processors (diff)
downloadwireguard-openbsd-fb54ebcaffc5fdf2e192ef0b5ac1013b91fdb329.tar.xz
wireguard-openbsd-fb54ebcaffc5fdf2e192ef0b5ac1013b91fdb329.zip
tiny little oops in untested hibernate block
Diffstat (limited to 'sys/dev/acpi/acpi.c')
-rw-r--r--sys/dev/acpi/acpi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c
index 9dfd3a5015f..2665620126e 100644
--- a/sys/dev/acpi/acpi.c
+++ b/sys/dev/acpi/acpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpi.c,v 1.235 2012/07/09 15:19:15 deraadt Exp $ */
+/* $OpenBSD: acpi.c,v 1.236 2012/07/09 15:29:24 deraadt Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
@@ -2516,7 +2516,6 @@ acpiioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *p)
}
acpi_addtask(sc, acpi_sleep_task, sc, ACPI_STATE_S4);
acpi_wakeup(sc);
- }
break;
#endif
case APM_IOC_GETPOWER: