diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-29 01:12:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-29 01:12:28 +0000 |
commit | c8fd20537ead4be444e6fa5e5a8dc88e3b592b68 (patch) | |
tree | 2bc255d20ebd53532150a42772cfa0e664688d6d /sys/arch/i386 | |
parent | 7161feec6382f4c06229f25a219546ec1a703171 (diff) |
quiet apm
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index f996be58a37..03a3a1bb880 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.63 2004/06/13 21:49:15 niklas Exp $ */ +/* $OpenBSD: apm.c,v 1.64 2005/04/29 01:12:27 deraadt Exp $ */ /*- * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. @@ -649,7 +649,7 @@ apm_cpu_idle() bzero(®s, sizeof(regs)); if (apmcall(APM_CPU_IDLE, 0, ®s) != 0) { -#ifdef DIAGNOSTIC +#ifdef APMDEBUG apm_perror("set CPU idle", ®s); #endif } |