]> git.baikalelectronics.ru Git - kernel.git/commit
x86/topology: Fix Intel HT disable
authorPeter Zijlstra <peterz@infradead.org>
Fri, 18 Mar 2016 15:03:48 +0000 (16:03 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Mar 2016 09:26:40 +0000 (10:26 +0100)
commitc893e47b8e65a5c9f0d5023d9b21171b225a9583
tree209f75e65c7d6959b590e146bc9bde88e05c5aa4
parent01edc781510d6e9d22dad3e50cf613146850da49
x86/topology: Fix Intel HT disable

As per the comment in the code; due to BIOS it is sometimes impossible to know
if there actually are smp siblings until the machine is fully enumerated. So
we rather overestimate the number of possible packages.

Fixes: 365c008f7f57 ("x86/topology: Create logical package id")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: aherrmann@suse.com
Cc: jencce.kernel@gmail.com
Cc: bp@alien8.de
Cc: Mike Galbraith <umgwanakikbuti@gmail.com>
Link: http://lkml.kernel.org/r/20160318150538.611014173@infradead.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/smpboot.c