提交 150d8bed 编写于 作者: P Pavel Roskin 提交者: Ingo Molnar

sched: export task_nice

The API is trivial, and so is the implementation.
Signed-off-by: NPavel Roskin <proski@gnu.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 6fa46fa5
...@@ -4422,7 +4422,7 @@ int task_nice(const struct task_struct *p) ...@@ -4422,7 +4422,7 @@ int task_nice(const struct task_struct *p)
{ {
return TASK_NICE(p); return TASK_NICE(p);
} }
EXPORT_SYMBOL_GPL(task_nice); EXPORT_SYMBOL(task_nice);
/** /**
* idle_cpu - is a given cpu idle currently? * idle_cpu - is a given cpu idle currently?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册