Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi/acpica use ACPI_DEBUG not ACPI_DEBUGGER which i...



details:   https://anonhg.NetBSD.org/src/rev/5224c4414a8e
branches:  trunk
changeset: 325522:5224c4414a8e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 27 20:55:59 2013 +0000

description:
use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpica

diffstat:

 sys/dev/acpi/acpica/OsdMisc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e5feda9c0a85 -r 5224c4414a8e sys/dev/acpi/acpica/OsdMisc.c
--- a/sys/dev/acpi/acpica/OsdMisc.c     Fri Dec 27 20:55:40 2013 +0000
+++ b/sys/dev/acpi/acpica/OsdMisc.c     Fri Dec 27 20:55:59 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: OsdMisc.c,v 1.13 2013/12/27 18:53:25 christos Exp $    */
+/*     $NetBSD: OsdMisc.c,v 1.14 2013/12/27 20:55:59 christos Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.13 2013/12/27 18:53:25 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.14 2013/12/27 20:55:59 christos Exp $");
 
 #include "opt_acpi.h"
 #include "opt_ddb.h"
@@ -197,7 +197,7 @@
 void
 acpi_osd_debugger(void)
 {
-#ifdef ACPI_DEBUGGER
+#ifdef ACPI_DEBUG
        static int beenhere;
        ACPI_PARSE_OBJECT obj;
        label_t acpi_jmpbuf;



Home | Main Index | Thread Index | Old Index