mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-20 05:43:09 +00:00
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>
This commit is contained in:
parent
8feb8e896d
commit
43cc7e86f3
3 changed files with 0 additions and 11 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue