mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
sched: export task_nice
The API is trivial, and so is the implementation. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
6fa46fa526
commit
150d8bede7
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue