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>
This commit is contained in:
committed by
Ingo Molnar
parent
4ec4412e1e
commit
30fd049afc
@ -462,7 +462,6 @@ struct rq {
|
||||
unsigned int yld_count;
|
||||
|
||||
/* schedule() stats */
|
||||
unsigned int sched_switch;
|
||||
unsigned int sched_count;
|
||||
unsigned int sched_goidle;
|
||||
|
||||
|
Reference in New Issue
Block a user