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/Subsystem Make sure this compiles with A...
details: https://anonhg.NetBSD.org/src/rev/9f95aade63b6
branches: trunk
changeset: 543985:9f95aade63b6
user: kanaoka <kanaoka%NetBSD.org@localhost>
date: Fri Mar 07 15:17:44 2003 +0000
description:
Make sure this compiles with ACPI_DEBUG.
Pointed out by Patrick Welche <prlw1%newn.cam.ac.uk@localhost>.
diffstat:
sys/dev/acpi/acpica/Subsystem/acenv.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 0fefbdd21117 -r 9f95aade63b6 sys/dev/acpi/acpica/Subsystem/acenv.h
--- a/sys/dev/acpi/acpica/Subsystem/acenv.h Fri Mar 07 13:30:35 2003 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/acenv.h Fri Mar 07 15:17:44 2003 +0000
@@ -263,12 +263,14 @@
#define DEBUGGER_SINGLE_THREADED 0
#define DEBUGGER_MULTI_THREADED 1
+#ifndef DEBUGGER_THREADING
#ifdef ACPI_APPLICATION
#define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
#else
#define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
#endif
+#endif /* !DEBUGGER_THREADING */
/******************************************************************************
Home |
Main Index |
Thread Index |
Old Index