aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27sched: Remove sched_switchRakib Mullick1-1/+0
Currently we don't utilize the sched_switch field anymore. But, simply removing sched_switch field from the middle of the sched_stat output will break tools. So, to stay compatible we hardcode it to zero and remove the field from the scheduler data structures. Update the schedstat documentation accordingly. Signed-off-by: Rakib Mullick <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+510
There's too many sched*.[ch] files in kernel/, give them their own directory. (No code changed, other than Makefile glue added.) Signed-off-by: Peter Zijlstra <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>