]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 15 Apr 2016 14:05:45 +0000 (08:05 -0600)
commit6fe14e6ec4311208d9d35673254ccb93196398c9
treec10980b77bd06533f4ddd0792934ae5d70905d00
parentf27b4a2f7d6a766e4e88c20d48c0ae4787909c2b
x86/topology: Fix Intel HT disable

BugLink: http://bugs.launchpad.net/bugs/1570441
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: 1f12e32f4cd5 ("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>
(cherry picked from commit 63d1e995be455ae9196270eb4b789de21afd42ed)
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Colin King <colin.king@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/x86/kernel/smpboot.c