summaryrefslogtreecommitdiffstats
path: root/include/linux/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r--include/linux/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h
index b410a1f23281..633f5edd7470 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -50,7 +50,7 @@ void on_each_cpu_cond(bool (*cond_func)(int cpu, void *info),
50 smp_call_func_t func, void *info, bool wait, 50 smp_call_func_t func, void *info, bool wait,
51 gfp_t gfp_flags); 51 gfp_t gfp_flags);
52 52
53int __smp_call_function_single(int cpu, struct call_single_data *csd); 53int smp_call_function_single_async(int cpu, struct call_single_data *csd);
54 54
55#ifdef CONFIG_SMP 55#ifdef CONFIG_SMP
56 56