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 | |
| parent | 916e723b295eb4881e4be93ad53d08b5401b4c77 (diff) | |
ACPI: Update version, and other trivialities
| -rw-r--r-- | drivers/acpi/executer/exutils.c | 2 | ||||
| -rw-r--r-- | include/acpi/acconfig.h | 2 | ||||
| -rw-r--r-- | include/acpi/platform/acenv.h | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/drivers/acpi/executer/exutils.c b/drivers/acpi/executer/exutils.c index d58e97e3e724..40423864f4a0 100644 --- a/drivers/acpi/executer/exutils.c +++ b/drivers/acpi/executer/exutils.c @@ -290,7 +290,7 @@ acpi_ex_digits_needed ( * acpi_integer is unsigned, so we don't worry about a '-' */ if ((current_value = value) == 0) { - return_VALUE (1); + return_VALUE (1); } num_digits = 0; 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 */ /****************************************************************************** * |
