Commit f7dcd80b authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar

namespacecheck: fixes in kernel/sched.c

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent d07355f5
...@@ -1633,7 +1633,7 @@ inline int task_curr(const struct task_struct *p) ...@@ -1633,7 +1633,7 @@ inline int task_curr(const struct task_struct *p)
} }
/* Used instead of source_load when we know the type == 0 */ /* Used instead of source_load when we know the type == 0 */
unsigned long weighted_cpuload(const int cpu) static unsigned long weighted_cpuload(const int cpu)
{ {
return cpu_rq(cpu)->load.weight; return cpu_rq(cpu)->load.weight;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment