summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/topology.h
diff options
context:
space:
mode:
authorHanjun Guo <hanjun.guo@linaro.org>2013-07-27 11:00:50 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-29 13:12:45 -0700
commit76f411fb3a62711de7f59e0f4c56456fe356675a (patch)
tree86f43246c7bccbc75c9314a97a4d2d1840067d00 /arch/x86/include/asm/topology.h
parent29f1953d51faa3995192ba4ccff3b71c661940c2 (diff)
downloadlinux-0-day-76f411fb3a62711de7f59e0f4c56456fe356675a.tar.gz
linux-0-day-76f411fb3a62711de7f59e0f4c56456fe356675a.tar.xz
x86 / cpu topology: remove the stale macro arch_provides_topology_pointers
Macro arch_provides_topology_pointers is pointless now, remove it. Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/include/asm/topology.h')
-rw-r--r--arch/x86/include/asm/topology.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h
index 095b21507b6a0..d35f24e231cd2 100644
--- a/arch/x86/include/asm/topology.h
+++ b/arch/x86/include/asm/topology.h
@@ -124,9 +124,6 @@ extern const struct cpumask *cpu_coregroup_mask(int cpu);
#define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
#define topology_core_cpumask(cpu) (per_cpu(cpu_core_map, cpu))
#define topology_thread_cpumask(cpu) (per_cpu(cpu_sibling_map, cpu))
-
-/* indicates that pointers to the topology cpumask_t maps are valid */
-#define arch_provides_topology_pointers yes
#endif
static inline void arch_fix_phys_package_id(int num, u32 slot)