aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-15 11:26:16 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-06-05 11:32:30 -0400
commit43cc7e86f3200b094e2960b732623aeec00b482d (patch)
treefecf988914adca5eb622383195c0322700b7f466 /arch/m32r
parent8feb8e896d77439146d2e2ab3d0ab55bb5baf5fc (diff)
smp: Remove num_booting_cpus()
No users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Cc: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/m32r')
-rw-r--r--arch/m32r/include/asm/smp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m32r/include/asm/smp.h b/arch/m32r/include/asm/smp.h
index cf7829a61551..c689b828dfe2 100644
--- a/arch/m32r/include/asm/smp.h
+++ b/arch/m32r/include/asm/smp.h
@@ -79,11 +79,6 @@ static __inline__ int cpu_number_map(int cpu)
79 return cpu; 79 return cpu;
80} 80}
81 81
82static __inline__ unsigned int num_booting_cpus(void)
83{
84 return cpumask_weight(&cpu_callout_map);
85}
86
87extern void smp_send_timer(void); 82extern void smp_send_timer(void);
88extern unsigned long send_IPI_mask_phys(const cpumask_t*, int, int); 83extern unsigned long send_IPI_mask_phys(const cpumask_t*, int, int);
89 84