Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Make this compile without ACPI_DEBUG again.



details:   https://anonhg.NetBSD.org/src/rev/6d1eaf58b9b0
branches:  trunk
changeset: 566008:6d1eaf58b9b0
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Apr 25 11:25:35 2004 +0000

description:
Make this compile without ACPI_DEBUG again.

diffstat:

 sys/arch/x86/x86/mpacpi.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 299cfd7b2503 -r 6d1eaf58b9b0 sys/arch/x86/x86/mpacpi.c
--- a/sys/arch/x86/x86/mpacpi.c Sun Apr 25 07:55:06 2004 +0000
+++ b/sys/arch/x86/x86/mpacpi.c Sun Apr 25 11:25:35 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpacpi.c,v 1.22 2004/04/25 07:55:06 christos Exp $     */
+/*     $NetBSD: mpacpi.c,v 1.23 2004/04/25 11:25:35 tron Exp $ */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.22 2004/04/25 07:55:06 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.23 2004/04/25 11:25:35 tron Exp $");
 
 #include "opt_acpi.h"
 #include "opt_mpbios.h"
@@ -70,8 +70,10 @@
 
 #include "pci.h"
 
+#ifdef ACPI_DEBUG_OUTPUT
 #define _COMPONENT ACPI_HARDWARE
 #define _THIS_MODULE "mpacpi"
+#endif
 
 #if NPCI > 0
 struct mpacpi_pcibus {



Home | Main Index | Thread Index | Old Index