]> git.baikalelectronics.ru Git - kernel.git/commit
x86/cpu/common: Provide detect_ht_early()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 5 Jun 2018 22:53:57 +0000 (00:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 21 Jun 2018 12:20:59 +0000 (14:20 +0200)
commitfe7b081cdcda5d1ca5ee1ca24c534c453a75b490
tree94e6d8abf65a072eee51839813b1100e86b05df6
parentee44ece05fd1942dddca85e1a02a570c748b3594
x86/cpu/common: Provide detect_ht_early()

To support force disabling of SMT it's required to know the number of
thread siblings early. detect_ht() cannot be called before the APIC driver
is selected, so split out the part which initializes smp_num_siblings.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/cpu.h