projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56062d6
)
x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5
author
Mario Limonciello
<mario.limonciello@amd.com>
Wed, 24 Jan 2024 22:07:49 +0000
(16:07 -0600)
committer
Borislav Petkov (AMD)
<bp@alien8.de>
Thu, 25 Jan 2024 11:26:21 +0000
(12:26 +0100)
Add model ranges starting at 0x20, 0x40 and 0x70 to the synthetic
feature flag X86_FEATURE_ZEN5.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link:
https://lore.kernel.org/r/20240124220749.2983-1-mario.limonciello@amd.com
arch/x86/kernel/cpu/amd.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/amd.c
b/arch/x86/kernel/cpu/amd.c
index bc49e3b3aae024e09dd85442a368e12e2ba64fbc..f3abca334199d8eae235f1560f99448eb9675a27 100644
(file)
--- a/
arch/x86/kernel/cpu/amd.c
+++ b/
arch/x86/kernel/cpu/amd.c
@@
-573,6
+573,9
@@
static void bsp_init_amd(struct cpuinfo_x86 *c)
case 0x1a:
switch (c->x86_model) {
case 0x00 ... 0x0f:
+ case 0x20 ... 0x2f:
+ case 0x40 ... 0x4f:
+ case 0x70 ... 0x7f:
setup_force_cpu_cap(X86_FEATURE_ZEN5);
break;
default: