From dc595eb92d4491930b345b2b7ef930797b1bcb21 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Sun, 13 Jul 2003 23:13:10 -0700 Subject: ACPI: Update version, and other trivialities --- include/acpi/acconfig.h | 2 +- include/acpi/platform/acenv.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'include') 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 */ /****************************************************************************** * -- cgit v1.2.3