Skip to content

Commit e3daab6

Browse files
committed
smp: export __smp_call_function_single()
The blk-mq core and the blk-mq null driver uses it. Reviewed-by: Christoph Hellwig <[email protected]> Acked-by: Ingo Molnar <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 61e6cfa commit e3daab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/smp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ void __smp_call_function_single(int cpu, struct call_single_data *csd,
340340
}
341341
put_cpu();
342342
}
343+
EXPORT_SYMBOL_GPL(__smp_call_function_single);
343344

344345
/**
345346
* smp_call_function_many(): Run a function on a set of other CPUs.

0 commit comments

Comments
 (0)