Skip to content

Commit

Permalink
sched: export task_nice
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Roskin authored and Ingo Molnar committed Mar 7, 2008
1 parent 6fa46fa commit 150d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 150d8be

Please sign in to comment.