summaryrefslogtreecommitdiffstats
path: root/include/acpi/acconfig.h
diff options
context:
space:
mode:
authorDoug Chapman <doug.chapman@hp.com>2006-12-21 12:11:43 -0500
committerLen Brown <len.brown@intel.com>2007-01-02 00:18:52 -0500
commit9a654b522234615a76717f35365ca4a8beb757df (patch)
tree5d250576e9c096810c0e29a9c60a78c60399d623 /include/acpi/acconfig.h
parentc6e19194b6e1a565f8fe18d56d509e9892c32ee1 (diff)
downloadlinux-0-day-9a654b522234615a76717f35365ca4a8beb757df.tar.gz
linux-0-day-9a654b522234615a76717f35365ca4a8beb757df.tar.xz
ACPI: increase ACPI_MAX_REFERENCE_COUNT for larger systems
We have some new larger ia64 systems in HP that trip over the ACPI_MAX_REFERENCE_COUNT limit which triggers a large number of these debug messages: ACPI Warning (utdelete-0397): Large Reference Count (XXX) in object e0000a0ff6797ab0 [20060707] This was increased once in the past as described in this very brief thread: http://www.mail-archive.com/linux-acpi@vger.kernel.org/msg00890.html Signed-off-by: Doug Chapman <doug.chapman@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r--include/acpi/acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index 9e6c23c360b2c..ebc1f697615a1 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -105,7 +105,7 @@
/* Maximum object reference count (detects object deletion issues) */
-#define ACPI_MAX_REFERENCE_COUNT 0x800
+#define ACPI_MAX_REFERENCE_COUNT 0x1000
/* Size of cached memory mapping for system memory operation region */