diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:03 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:03 -0400 |
commit | 8ebc91d93669af39dbed50914d7daf457eeb43be (patch) | |
tree | c7ab6dfce3ea737db57599c8e42a41ddac51464c /include/linux/sched.h | |
parent | 2bd8e6d422a4f44c0994f909317eba80b0fe08a1 (diff) |
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index befca3f9364a..3c38a5040e8f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -895,9 +895,6 @@ struct load_weight { | |||
895 | */ | 895 | */ |
896 | struct sched_entity { | 896 | struct sched_entity { |
897 | long wait_runtime; | 897 | long wait_runtime; |
898 | unsigned long delta_fair_run; | ||
899 | unsigned long delta_fair_sleep; | ||
900 | unsigned long delta_exec; | ||
901 | s64 fair_key; | 898 | s64 fair_key; |
902 | struct load_weight load; /* for load-balancing */ | 899 | struct load_weight load; /* for load-balancing */ |
903 | struct rb_node run_node; | 900 | struct rb_node run_node; |