]> git.baikalelectronics.ru Git - kernel.git/commit
x86/CPU/AMD: Fix Bulldozer topology
authorBorislav Petkov <bp@suse.de>
Thu, 5 Jan 2017 09:26:38 +0000 (10:26 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 6 Jan 2017 07:37:41 +0000 (08:37 +0100)
commitbcc80f9d815b1a424dbe9897a6a8f6de0182ff5c
tree3c8d1d08f992cfcc2f87f77309aa586c22663296
parent3db17b29e673761c8ead9fa3e1b32f87bb6ac360
x86/CPU/AMD: Fix Bulldozer topology

The following commit:

  a140b9e02058 ("x86/cpu: Get rid of compute_unit_id")

... broke the initial strategy for Bulldozer-based cores' topology,
where we consider each thread of a compute unit a standalone core
and not a HT or SMT thread.

Revert to the firmware-supplied core_id numbering and do not make
them thread siblings as we don't consider them for such even if they
technically are, more or less.

Reported-and-tested-by: Brice Goglin <Brice.Goglin@inria.fr>
Tested-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org> # v4.6+
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: a140b9e02058 ("x86/cpu: Get rid of compute_unit_id")
Link: http://lkml.kernel.org/r/20170105092638.5247-1-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/amd.c