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:
Pavel Roskin 2008-03-05 16:56:37 -05:00 коммит произвёл Ingo Molnar
Родитель 6fa46fa526
Коммит 150d8bede7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4422,7 +4422,7 @@ int task_nice(const struct task_struct *p)
{
return TASK_NICE(p);
}
EXPORT_SYMBOL_GPL(task_nice);
EXPORT_SYMBOL(task_nice);
/**
* idle_cpu - is a given cpu idle currently?