sched: remove stat_gran
remove the stat_gran code - it was disabled by default and it causes unnecessary overhead. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Mike Galbraith <efault@gmx.de> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -895,9 +895,6 @@ struct load_weight {
|
||||
*/
|
||||
struct sched_entity {
|
||||
long wait_runtime;
|
||||
unsigned long delta_fair_run;
|
||||
unsigned long delta_fair_sleep;
|
||||
unsigned long delta_exec;
|
||||
s64 fair_key;
|
||||
struct load_weight load; /* for load-balancing */
|
||||
struct rb_node run_node;
|
||||
|
Reference in New Issue
Block a user