diff options
| author | christos <christos@NetBSD.org> | 2013-12-27 20:55:59 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-12-27 20:55:59 +0000 |
| commit | 1e18f9a2fb9f43fce89f160e2fa51a59239638cd (patch) | |
| tree | e3a93f007f9bf7dac6cff5e555fa81d0e152207a /sys/dev | |
| parent | 5de345ff0129fdd33c139c081ed34cac796323ae (diff) | |
use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpica
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpica/OsdMisc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpica/OsdMisc.c b/sys/dev/acpi/acpica/OsdMisc.c index 5f271a92dbc..150c03a9c5c 100644 --- a/sys/dev/acpi/acpica/OsdMisc.c +++ b/sys/dev/acpi/acpica/OsdMisc.c @@ -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 @@ AcpiOsPhysicalTableOverride ( void acpi_osd_debugger(void) { -#ifdef ACPI_DEBUGGER +#ifdef ACPI_DEBUG static int beenhere; ACPI_PARSE_OBJECT obj; label_t acpi_jmpbuf; |
