projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa46fa
)
sched: export task_nice
author
Pavel Roskin
<proski@gnu.org>
Wed, 5 Mar 2008 21:56:37 +0000
(16:56 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 7 Mar 2008 15:43:00 +0000
(16:43 +0100)
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>
kernel/sched.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index 0b949c4e73ad2baa6d007332cf9c5b0e48c4c445..63a469f8853d32e1195bf2da27513500c6717d04 100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-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?