mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
Reference Counts: increase max to 0x4000 for large servers
Reported-by: Mike Travis <mike.travis@hpe.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
This commit is contained in:
parent
a171306ed1
commit
92569cb38b
@ -233,7 +233,7 @@
|
||||
|
||||
/* Maximum object reference count (detects object deletion issues) */
|
||||
|
||||
#define ACPI_MAX_REFERENCE_COUNT 0x800
|
||||
#define ACPI_MAX_REFERENCE_COUNT 0x4000
|
||||
|
||||
/* Default page size for use in mapping memory for operation regions */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user