commit | e3daab6ce467199ffea12fc1b2df8f61335ce1ca | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Oct 25 11:45:35 2013 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 25 11:55:59 2013 +0100 |
tree | b7b32ddef178b1e89fd2df92fbeb4269746a03ff | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 [diff] [blame] |
smp: export __smp_call_function_single() 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>
diff --git a/kernel/smp.c b/kernel/smp.c index 0564571..46d3d0b 100644 --- a/kernel/smp.c +++ b/kernel/smp.c
@@ -340,6 +340,7 @@ } put_cpu(); } +EXPORT_SYMBOL_GPL(__smp_call_function_single); /** * smp_call_function_many(): Run a function on a set of other CPUs.