summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorAndy Grover <agrover@groveronline.com>2003-07-13 23:13:10 -0700
committerAndy Grover <agrover@groveronline.com>2003-07-13 23:13:10 -0700
commitdc595eb92d4491930b345b2b7ef930797b1bcb21 (patch)
tree629a5b08bddffe1f91a3c1b0b7fa6ebe5bc0aa11 /include/acpi
parent916e723b295eb4881e4be93ad53d08b5401b4c77 (diff)
ACPI: Update version, and other trivialities
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acconfig.h2
-rw-r--r--include/acpi/platform/acenv.h6
2 files changed, 6 insertions, 2 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index 329cdaafe22c..9b73cbd13de9 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -64,7 +64,7 @@
/* Version string */
-#define ACPI_CA_VERSION 0x20030619
+#define ACPI_CA_VERSION 0x20030714
/* Maximum objects in the various object caches */
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h
index f7294f3216a9..68619cdae04b 100644
--- a/include/acpi/platform/acenv.h
+++ b/include/acpi/platform/acenv.h
@@ -134,6 +134,9 @@
#elif defined(__FreeBSD__)
#include "acfreebsd.h"
+#elif defined(__NetBSD__)
+#include "acnetbsd.h"
+
#elif defined(MODESTO)
#include "acmodesto.h"
@@ -187,13 +190,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 */
/******************************************************************************
*