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)
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>

No differences found