]> git.baikalelectronics.ru Git - kernel.git/commit
x86/cpu/amd: Set __max_die_per_package on AMD
authorYazen Ghannam <Yazen.Ghannam@amd.com>
Mon, 11 Jan 2021 10:04:29 +0000 (11:04 +0100)
committerBorislav Petkov <bp@suse.de>
Tue, 12 Jan 2021 11:21:01 +0000 (12:21 +0100)
commitffcd54de410b2e1ff07b55dabb5ee9be730094e0
treee78f4bd49aa93dd8fb6652b78e1148228b7736d1
parent7702421d3fa81e167f8df9be2d8da745ba0d6f00
x86/cpu/amd: Set __max_die_per_package on AMD

Set the maximum DIE per package variable on AMD using the
NodesPerProcessor topology value. This will be used by RAPL, among
others, to determine the maximum number of DIEs on the system in order
to do per-DIE manipulations.

 [ bp: Productize into a proper patch. ]

Fixes: 018416e256ae ("x86/CPU/AMD: Save AMD NodeId as cpu_die_id")
Reported-by: Johnathan Smithinovic <johnathan.smithinovic@gmx.at>
Reported-by: Rafael Kitover <rkitover@gmail.com>
Signed-off-by: Yazen Ghannam <Yazen.Ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Tested-by: Johnathan Smithinovic <johnathan.smithinovic@gmx.at>
Tested-by: Rafael Kitover <rkitover@gmail.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=210939
Link: https://lkml.kernel.org/r/20210106112106.GE5729@zn.tnic
Link: https://lkml.kernel.org/r/20210111101455.1194-1-bp@alien8.de
arch/x86/kernel/cpu/amd.c