Skip to content
Snippets Groups Projects
Commit e3daab6c authored by Jens Axboe's avatar Jens Axboe
Browse files

smp: export __smp_call_function_single()


The blk-mq core and the blk-mq null driver uses it.

Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 61e6cfa8
No related branches found
No related tags found
No related merge requests found
...@@ -340,6 +340,7 @@ void __smp_call_function_single(int cpu, struct call_single_data *csd, ...@@ -340,6 +340,7 @@ void __smp_call_function_single(int cpu, struct call_single_data *csd,
} }
put_cpu(); put_cpu();
} }
EXPORT_SYMBOL_GPL(__smp_call_function_single);
/** /**
* smp_call_function_many(): Run a function on a set of other CPUs. * smp_call_function_many(): Run a function on a set of other CPUs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment