瀏覽代碼

smp: export __smp_call_function_single()

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>
Jens Axboe 11 年之前
父節點
當前提交
e3daab6ce4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kernel/smp.c

+ 1 - 0
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.