aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/smp.h')
-rw-r--r--arch/tile/include/asm/smp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/tile/include/asm/smp.h b/arch/tile/include/asm/smp.h
index 532124ae4b12..1aa759aeb5b3 100644
--- a/arch/tile/include/asm/smp.h
+++ b/arch/tile/include/asm/smp.h
@@ -43,10 +43,6 @@ void evaluate_message(int tag);
43/* Boot a secondary cpu */ 43/* Boot a secondary cpu */
44void online_secondary(void); 44void online_secondary(void);
45 45
46/* Call a function on a specified set of CPUs (may include this one). */
47extern void on_each_cpu_mask(const struct cpumask *mask,
48 void (*func)(void *), void *info, bool wait);
49
50/* Topology of the supervisor tile grid, and coordinates of boot processor */ 46/* Topology of the supervisor tile grid, and coordinates of boot processor */
51extern HV_Topology smp_topology; 47extern HV_Topology smp_topology;
52 48
@@ -91,9 +87,6 @@ void print_disabled_cpus(void);
91 87
92#else /* !CONFIG_SMP */ 88#else /* !CONFIG_SMP */
93 89
94#define on_each_cpu_mask(mask, func, info, wait) \
95 do { if (cpumask_test_cpu(0, (mask))) func(info); } while (0)
96
97#define smp_master_cpu 0 90#define smp_master_cpu 0
98#define smp_height 1 91#define smp_height 1
99#define smp_width 1 92#define smp_width 1