]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
x86/topology: Remove redundant ENABLE_TOPO_DEFINES
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 4 May 2016 16:50:59 +0000 (17:50 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 May 2016 06:42:48 +0000 (08:42 +0200)
commit3282e6b8f89eaeaf4915ee6cc57bcf06d1d6cead
tree16eee7223b1568be5a437d06ca7e7882249b2ba4
parentf3391a160b22f8e006f3fb8ef39aa01da749fbf0
x86/topology: Remove redundant ENABLE_TOPO_DEFINES

Commit c8e56d20f2d1 ("x86: Kill CONFIG_X86_HT") removed CONFIG_X86_HT
and defined ENABLE_TOPO_DEFINES always if CONFIG_SMP, which makes
ENABLE_TOPO_DEFINES redundant.

This patch removes the redundant ENABLE_TOPO_DEFINES and instead uses
CONFIG_SMP directly

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Borislav Petkov <bp@suse.de>
Cc: Andy Lutomirski <luto@amacapital.net>
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: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1462380659-5968-1-git-send-email-sudeep.holla@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/topology.h