Skip to content

Commit

Permalink
smp: export __smp_call_function_single()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Axboe committed Oct 25, 2013
1 parent 61e6cfa commit e3daab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3daab6

Please sign in to comment.