smp: export __smp_call_function_single()
authorJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2013 10:45:35 +0000 (11:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2013 10:55:59 +0000 (11:55 +0100)
The blk-mq core and the blk-mq null driver uses it.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
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.