]> git.hungrycats.org Git - linux/commit
x86/topology: Provide topology_smt_supported()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 Jun 2018 08:37:20 +0000 (10:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2018 16:11:00 +0000 (18:11 +0200)
commitaef565d8587c335aef7fc9ba500ebcef531f6d39
treebe87b3b34ff22b35d65f351d2cfc397a78c114aa
parentbabba06adfa67263406ded5a3bafefb5037660e9
x86/topology: Provide topology_smt_supported()

commit f048c399e0f7490ab7296bc2c255d37eb14a9675 upstream

Provide information whether SMT is supoorted by the CPUs. Preparatory patch
for SMT control mechanism.

Suggested-by: Dave Hansen <dave.hansen@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/topology.h
arch/x86/kernel/smpboot.c