sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_mask
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 29 May 2012 14:39:09 +0000 (16:39 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 30 May 2012 09:05:44 +0000 (11:05 +0200)
commit9f646389aa7727a2fd8f9ae6337b92af9cfbc264
tree40d4cb6b69f2cd9dfecfa5246220688da9058958
parent731a7378b81c2f5fa88ca1ae20b83d548d5613dc
sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_mask

Commit commit 8e7fbcbc2 ("sched: Remove stale power aware scheduling
remnants and dysfunctional knobs") made a boo-boo with removing the
power aware scheduling muck from the x86 topology bits.

We should unconditionally use the llc_shared mask for multi-core.

Reported-and-tested-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Borislav Petkov <bp@amd64.org>
Cc: Andreas Herrmann <andreas.herrmann3@amd.com>
Link: http://lkml.kernel.org/n/tip-lsksc2kfyeveb13avh327p0d@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/smpboot.c