Commit 150d8bed authored by Pavel Roskin's avatar Pavel Roskin Committed by Ingo Molnar
Browse files

sched: export task_nice



The API is trivial, and so is the implementation.

Signed-off-by: default avatarPavel Roskin <proski@gnu.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6fa46fa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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?