summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2009-02-20 20:08:27 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2009-02-20 20:08:27 +0000
commitdb1f143e1209489e56259da09d9f4dd9c0dc2d31 (patch)
tree277a2dfca16b27f3fb6267ea8e0e335ba3d537c1 /sys
parent66d83ff4bc53d9294e80b91857ce21f39c32f6a7 (diff)
Oops didn't mean for Debugger() to remain there.
Diffstat (limited to 'sys')
-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 b34d35e1a18..1cd4effcee9 100644
--- a/sys/dev/acpi/acpi.c
+++ b/sys/dev/acpi/acpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpi.c,v 1.130 2009/02/19 21:02:05 marco Exp $ */
+/* $OpenBSD: acpi.c,v 1.131 2009/02/20 20:08:26 marco Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
@@ -1719,7 +1719,6 @@ acpi_sleep_state(struct acpi_softc *sc, int state)
#ifndef SMALL_KERNEL
acpi_resume(sc);
- Debugger();
#endif /* ! SMALL_KERNEL */
return (ret);
}