diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-15 19:26:16 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-06-05 19:32:30 +0400 |
commit | 43cc7e86f3200b094e2960b732623aeec00b482d (patch) | |
tree | fecf988914adca5eb622383195c0322700b7f466 /include/linux/smp.h | |
parent | 8feb8e896d77439146d2e2ab3d0ab55bb5baf5fc (diff) | |
download | linux-43cc7e86f3200b094e2960b732623aeec00b482d.tar.xz |
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 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index a34d4f15430d..dd6f06be3c9f 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h @@ -177,7 +177,6 @@ static inline int up_smp_call_function(smp_call_func_t func, void *info) } while (0) static inline void smp_send_reschedule(int cpu) { } -#define num_booting_cpus() 1 #define smp_prepare_boot_cpu() do {} while (0) #define smp_call_function_many(mask, func, info, wait) \ (up_smp_call_function(func, info)) |