aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2018-06-06 00:47:10 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-06-21 14:20:58 +0200
commit44ca36de56d1bf196dca2eb67cd753a46961ffe6 (patch)
treeb357d6bc13f4912faab1c4463c06c2c05dfa6a1a /arch/x86/kernel/cpu/amd.c
parentx86/cpu: Remove the pointless CPU printout (diff)
downloadlinux-dev-44ca36de56d1bf196dca2eb67cd753a46961ffe6.tar.xz
linux-dev-44ca36de56d1bf196dca2eb67cd753a46961ffe6.zip
x86/cpu/AMD: Remove the pointless detect_ht() call
Real 32bit AMD CPUs do not have SMT and the only value of the call was to reach the magic printout which got removed. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r--arch/x86/kernel/cpu/amd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
index 082d7875cef8..9fb1c681b63a 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -855,10 +855,6 @@ static void init_amd(struct cpuinfo_x86 *c)
srat_detect_node(c);
}
-#ifdef CONFIG_X86_32
- detect_ht(c);
-#endif
-
init_amd_cacheinfo(c);
if (c->x86 >= 0xf)