Skip to content

Commit

Permalink
ACPICA: Reference Counts: increase max to 0x4000 for large servers
Browse files Browse the repository at this point in the history
commit 8b23570 upstream.

Increase the reference count limit to 0x4000 as the current one is
not sufficient for some large server systems.

Reviewed-by: Dimitri Sivanich <[email protected]>
Tested-by: Russ Anderson <[email protected]>
Reported-by: Mike Travis <[email protected]>
Signed-off-by: Mike Travis <[email protected]>
Signed-off-by: Erik Schmauss <[email protected]>
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Cc: Frank van der Linden <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Erik Schmauss authored and gregkh committed Mar 19, 2019
1 parent d989616 commit 785eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/acconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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 */

Expand Down

0 comments on commit 785eb09

Please sign in to comment.