mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
8d59f5a2ca
Save the best performance access attributes and register these with the memory's node if HMAT provides the locality table. While HMAT does make it possible to know performance for all possible initiator-target pairings, we export only the local pairings at this time. Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Tested-by: Brice Goglin <Brice.Goglin@inria.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config ACPI_HMAT
|
|
bool "ACPI Heterogeneous Memory Attribute Table Support"
|
|
depends on ACPI_NUMA
|
|
select HMEM_REPORTING
|
|
help
|
|
If set, this option has the kernel parse and report the
|
|
platform's ACPI HMAT (Heterogeneous Memory Attributes Table),
|
|
register memory initiators with their targets, and export
|
|
performance attributes through the node's sysfs device if
|
|
provided.
|