summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-10-28 07:29:08 +0000
committermsmith <msmith@FreeBSD.org>2000-10-28 07:29:08 +0000
commite170b01108793ca1debcd3fea81f88832987d7a6 (patch)
tree9520440caf79ed3b4927b9704cfc6ae0804ae236 /sys/contrib/dev/acpica/Subsystem/Include/acconfig.h
parent37860cc264b884f225545a9082870edbc577ec97 (diff)
downloadFreeBSD-src-e170b01108793ca1debcd3fea81f88832987d7a6.zip
FreeBSD-src-e170b01108793ca1debcd3fea81f88832987d7a6.tar.gz
FreeBSD-specific customisations:
- Set debugger options for kernel build - Define some missing functions - Bring in GCC defines - Disable the 'wbinvd' macro as it conflicts with our inline
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Include/acconfig.h')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Include/acconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h b/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h
index 116c020..08653a3 100644
--- a/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h
+++ b/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h
@@ -213,13 +213,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
/******************************************************************************
*
OpenPOWER on IntegriCloud