aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r--include/acpi/acconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index 788502256222..ebe793fc137f 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -63,7 +63,7 @@
63 63
64/* Current ACPICA subsystem version in YYYYMMDD format */ 64/* Current ACPICA subsystem version in YYYYMMDD format */
65 65
66#define ACPI_CA_VERSION 0x20060217 66#define ACPI_CA_VERSION 0x20060310
67 67
68/* 68/*
69 * OS name, used for the _OS object. The _OS object is essentially obsolete, 69 * OS name, used for the _OS object. The _OS object is essentially obsolete,
@@ -102,9 +102,9 @@
102 102
103#define ACPI_MAX_SEMAPHORE_COUNT 256 103#define ACPI_MAX_SEMAPHORE_COUNT 256
104 104
105/* Max reference count (for debug only) */ 105/* Maximum object reference count (detects object deletion issues) */
106 106
107#define ACPI_MAX_REFERENCE_COUNT 0x400 107#define ACPI_MAX_REFERENCE_COUNT 0x800
108 108
109/* Size of cached memory mapping for system memory operation region */ 109/* Size of cached memory mapping for system memory operation region */
110 110