|
@@ -581,26 +581,6 @@ int smp_call_function(smp_call_func_t func, void *info, int wait)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(smp_call_function);
|
|
EXPORT_SYMBOL(smp_call_function);
|
|
-
|
|
|
|
-void ipi_call_lock(void)
|
|
|
|
-{
|
|
|
|
- raw_spin_lock(&call_function.lock);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-void ipi_call_unlock(void)
|
|
|
|
-{
|
|
|
|
- raw_spin_unlock(&call_function.lock);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-void ipi_call_lock_irq(void)
|
|
|
|
-{
|
|
|
|
- raw_spin_lock_irq(&call_function.lock);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-void ipi_call_unlock_irq(void)
|
|
|
|
-{
|
|
|
|
- raw_spin_unlock_irq(&call_function.lock);
|
|
|
|
-}
|
|
|
|
#endif /* USE_GENERIC_SMP_HELPERS */
|
|
#endif /* USE_GENERIC_SMP_HELPERS */
|
|
|
|
|
|
/* Setup configured maximum number of CPUs to activate */
|
|
/* Setup configured maximum number of CPUs to activate */
|