Skip to content

Commit

Permalink
ACPI: increase ACPI_MAX_REFERENCE_COUNT for larger systems
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Chapman authored and Len Brown committed Jan 2, 2007
1 parent c6e1919 commit 9a654b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/acconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 9a654b5

Please sign in to comment.