diff options
author | Andi Kleen <[email protected]> | 2015-11-29 20:59:43 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-12-04 10:34:46 +0100 |
commit | ed82b8a1ff76ed7b2709e36ed361ddd022fe2407 (patch) | |
tree | afd5c94063a3fe3c693fdfc725b5148697d41b75 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | b7ce2277f087fd052e7e1bbf432f7fecbee82bb6 (diff) |
sched/core: Move the sched_to_prio[] arrays out of line
When building a kernel with a gcc 6 snapshot the compiler complains
about unused const static variables for prio_to_weight and prio_to_mult
for multiple scheduler files (all but core.c and autogroup.c)
The way the array is currently declared it will be duplicated in
every scheduler file that includes sched.h, which seems rather wasteful.
Move the array out of line into core.c. I also added a sched_ prefix
to avoid any potential name space collisions.
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions