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 Don't define DEBUGGER_THREADIN...



details:   https://anonhg.NetBSD.org/src/rev/002ce3b198ab
branches:  trunk
changeset: 532816:002ce3b198ab
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 15 17:56:48 2002 +0000

description:
Don't define DEBUGGER_THREADING if it's already defined.

diffstat:

 sys/dev/acpi/acpica/Subsystem/acenv.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 6c03e942fa37 -r 002ce3b198ab sys/dev/acpi/acpica/Subsystem/acenv.h
--- a/sys/dev/acpi/acpica/Subsystem/acenv.h     Sat Jun 15 16:48:36 2002 +0000
+++ b/sys/dev/acpi/acpica/Subsystem/acenv.h     Sat Jun 15 17:56:48 2002 +0000
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: acenv.h - Generation environment specific items
- *       $Revision: 1.3 $
+ *       $Revision: 1.4 $
  *
  *****************************************************************************/
 
@@ -259,12 +259,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
 
 
 /******************************************************************************



Home | Main Index | Thread Index | Old Index