diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2018-06-06 00:47:10 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-06-21 14:20:58 +0200 |
commit | 44ca36de56d1bf196dca2eb67cd753a46961ffe6 (patch) | |
tree | b357d6bc13f4912faab1c4463c06c2c05dfa6a1a /arch/x86/kernel/cpu/amd.c | |
parent | 55e6d279abd92cfd7576bba031e7589be8475edb (diff) | |
download | linux-44ca36de56d1bf196dca2eb67cd753a46961ffe6.tar.gz linux-44ca36de56d1bf196dca2eb67cd753a46961ffe6.tar.bz2 linux-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.c | 4 |
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) |