From: Rakib Mullick Date: Tue, 24 Jan 2012 16:33:56 +0000 (+0600) Subject: sched: Remove sched_switch X-Git-Tag: v3.4-rc1~191^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fd049afcfed50e022704036e8629d6bdfe84e6;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1327422836.27181.5.camel@localhost.localdomain Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed