Commit 45eaae25 authored by Erik Schmauss's avatar Erik Schmauss Committed by Greg Kroah-Hartman

ACPICA: Reference Counts: increase max to 0x4000 for large servers

commit 8b23570a upstream.

Increase the reference count limit to 0x4000 as the current one is
not sufficient for some large server systems.
Reviewed-by: default avatarDimitri Sivanich <dimitri.sivanich@hpe.com>
Tested-by: default avatarRuss Anderson <russ.anderson@hpe.com>
Reported-by: default avatarMike Travis <mike.travis@hpe.com>
Signed-off-by: default avatarMike Travis <mike.travis@hpe.com>
Signed-off-by: default avatarErik Schmauss <erik.schmauss@intel.com>
[ rjw: Changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Frank van der Linden <fllinden@amazon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b8343316
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
/* Maximum object reference count (detects object deletion issues) */ /* Maximum object reference count (detects object deletion issues) */
#define ACPI_MAX_REFERENCE_COUNT 0x1000 #define ACPI_MAX_REFERENCE_COUNT 0x4000
/* Default page size for use in mapping memory for operation regions */ /* Default page size for use in mapping memory for operation regions */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment