diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-11-30 07:00:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-09 04:03:07 -0500 |
commit | 6cecd084d0fd27bb1e498e2829fd45846d806856 (patch) | |
tree | 90cc079c942ad35669d1a33957a121c1cb3a88a6 /include/linux/sched.h | |
parent | 3a7e73a2e26fffdbc46ba95fc0425418984f5140 (diff) |
sched: Discard some old bits
WAKEUP_RUNNING was an experiment, not sure why that ever ended up being
merged...
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 31d9dec78675..4b1ebd3280c6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1152,8 +1152,6 @@ struct sched_entity { | |||
1152 | u64 start_runtime; | 1152 | u64 start_runtime; |
1153 | u64 avg_wakeup; | 1153 | u64 avg_wakeup; |
1154 | 1154 | ||
1155 | u64 avg_running; | ||
1156 | |||
1157 | #ifdef CONFIG_SCHEDSTATS | 1155 | #ifdef CONFIG_SCHEDSTATS |
1158 | u64 wait_start; | 1156 | u64 wait_start; |
1159 | u64 wait_max; | 1157 | u64 wait_max; |