]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sched: Remove sched_switch
authorRakib Mullick <rakib.mullick@gmail.com>
Tue, 24 Jan 2012 16:33:56 +0000 (22:33 +0600)
committerIngo Molnar <mingo@elte.hu>
Fri, 27 Jan 2012 12:28:53 +0000 (13:28 +0100)
commit30fd049afcfed50e022704036e8629d6bdfe84e6
tree829472524c157f1d7a769d088b2f9b70c9779c11
parent4ec4412e1e91f44a3dcb97b6c9172a13fc78bac9
sched: Remove sched_switch

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 <rakib.mullick@gmail.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1327422836.27181.5.camel@localhost.localdomain
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/scheduler/sched-stats.txt
kernel/sched/debug.c
kernel/sched/sched.h
kernel/sched/stats.c