summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-10-02 14:30:05 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-10-02 14:30:05 +0000
commit1c21c83d625f029e89cd9f604a70f4c25d9a19de (patch)
treea02df59919fbbbe02fcd9fcd2a976c19eb82ab14 /sys/arch
parent3619de0518a35586449e0bd268e0a39c0808d58d (diff)
Ah, remove the stupid check for APM_NO_POWEROFF, too.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 45f43c3ec6b..96b4fd6e49e 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.54 1997/10/02 14:27:48 downsj Exp $ */
+/* $OpenBSD: machdep.c,v 1.55 1997/10/02 14:30:04 downsj Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -795,7 +795,7 @@ haltsys:
doshutdownhooks();
if (howto & RB_HALT) {
-#if NAPM > 0 && !defined(APM_NO_POWEROFF)
+#if NAPM > 0
if (howto & RB_POWERDOWN) {
printf("\nAttempting to power down...\n");
/*