projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e6cfa
)
smp: export __smp_call_function_single()
author
Jens Axboe
<axboe@kernel.dk>
Fri, 25 Oct 2013 10:45:35 +0000
(11:45 +0100)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/kernel/smp.c
b/kernel/smp.c
index
0564571
..
46d3d0b
100644
(file)
--- a/
kernel/smp.c
+++ b/
kernel/smp.c
@@
-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.