smp: export __smp_call_function_single()
[deliverable/linux.git] / kernel / smp.c
index 0564571dcdf726fab6832bf91417dfe2eff372fb..46d3d0b48a8d22298256c3ba94d374148f8cd6ed 100644 (file)
@@ -340,6 +340,7 @@ void __smp_call_function_single(int cpu, struct call_single_data *csd,
        }
        put_cpu();
 }
+EXPORT_SYMBOL_GPL(__smp_call_function_single);
 
 /**
  * smp_call_function_many(): Run a function on a set of other CPUs.
This page took 0.046366 seconds and 5 git commands to generate.