Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9a654b522234615a76717f35365ca4a8beb757df
Commit:     9a654b522234615a76717f35365ca4a8beb757df
Parent:     c6e19194b6e1a565f8fe18d56d509e9892c32ee1
Author:     Doug Chapman <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 21 12:11:43 2006 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Tue Jan 2 00:18:52 2007 -0500

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 include/acpi/acconfig.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index 9e6c23c..ebc1f69 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 */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to