浏览代码

sched: export cpu_clock()

export cpu_clock() - the preferred API instead of sched_clock().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Paul E. McKenney 17 年之前
父节点
当前提交
a58f6f253d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kernel/sched.c

+ 1 - 0
kernel/sched.c

@@ -470,6 +470,7 @@ unsigned long long cpu_clock(int cpu)
 
 	return now;
 }
+EXPORT_SYMBOL_GPL(cpu_clock);
 
 #ifndef prepare_arch_switch
 # define prepare_arch_switch(next)	do { } while (0)