Skip to content

Commit 785eb09

Browse files
Erik Schmaussgregkh
authored andcommitted
ACPICA: Reference Counts: increase max to 0x4000 for large servers
commit 8b23570 upstream. Increase the reference count limit to 0x4000 as the current one is not sufficient for some large server systems. Reviewed-by: Dimitri Sivanich <dimitri.sivanich@hpe.com> Tested-by: Russ Anderson <russ.anderson@hpe.com> Reported-by: Mike Travis <mike.travis@hpe.com> Signed-off-by: Mike Travis <mike.travis@hpe.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> [ rjw: Changelog ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Frank van der Linden <fllinden@amazon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d989616 commit 785eb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/acconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
/* Maximum object reference count (detects object deletion issues) */
125125

126-
#define ACPI_MAX_REFERENCE_COUNT 0x1000
126+
#define ACPI_MAX_REFERENCE_COUNT 0x4000
127127

128128
/* Default page size for use in mapping memory for operation regions */
129129

0 commit comments

Comments
 (0)