From 92569cb38b49f3c4439d342c609a607c6c8db395 Mon Sep 17 00:00:00 2001 From: Erik Schmauss Date: Thu, 9 Aug 2018 13:46:56 -0700 Subject: [PATCH] Reference Counts: increase max to 0x4000 for large servers Reported-by: Mike Travis Signed-off-by: Erik Schmauss --- source/include/acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/acconfig.h b/source/include/acconfig.h index c5a67ca04..41f3dff08 100644 --- a/source/include/acconfig.h +++ b/source/include/acconfig.h @@ -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 */