Commit 8b23570a authored by Erik Schmauss's avatar Erik Schmauss Committed by Rafael J. Wysocki

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

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>
parent ff5340f8
......@@ -89,7 +89,7 @@
/* 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 */
......
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