提交 e3daab6c 编写于 作者: J Jens Axboe

smp: export __smp_call_function_single()

The blk-mq core and the blk-mq null driver uses it.
Reviewed-by: NChristoph Hellwig <hch@lst.de>
Acked-by: NIngo Molnar <mingo@kernel.org>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 61e6cfa8
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册