提交 8b23570a 编写于 作者: E Erik Schmauss 提交者: 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: NDimitri Sivanich <dimitri.sivanich@hpe.com>
Tested-by: NRuss Anderson <russ.anderson@hpe.com>
Reported-by: NMike Travis <mike.travis@hpe.com>
Signed-off-by: NMike Travis <mike.travis@hpe.com>
Signed-off-by: NErik Schmauss <erik.schmauss@intel.com>
[ rjw: Changelog ]
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册