diff options
-rw-r--r-- | kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 0564571dcdf7..46d3d0b48a8d 100644 --- a/kernel/smp.c +++ b/kernel/smp.c | |||
@@ -340,6 +340,7 @@ void __smp_call_function_single(int cpu, struct call_single_data *csd, | |||
340 | } | 340 | } |
341 | put_cpu(); | 341 | put_cpu(); |
342 | } | 342 | } |
343 | EXPORT_SYMBOL_GPL(__smp_call_function_single); | ||
343 | 344 | ||
344 | /** | 345 | /** |
345 | * smp_call_function_many(): Run a function on a set of other CPUs. | 346 | * smp_call_function_many(): Run a function on a set of other CPUs. |