diff options
| author | Andy Grover <agrover@groveronline.com> | 2003-07-13 23:13:10 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2003-07-13 23:13:10 -0700 |
| commit | dc595eb92d4491930b345b2b7ef930797b1bcb21 (patch) | |
| tree | 629a5b08bddffe1f91a3c1b0b7fa6ebe5bc0aa11 /include | |
| parent | 916e723b295eb4881e4be93ad53d08b5401b4c77 (diff) | |
ACPI: Update version, and other trivialities
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/acconfig.h | 2 | ||||
| -rw-r--r-- | include/acpi/platform/acenv.h | 6 |
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 */ /****************************************************************************** * |
