diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-11-30 13:00:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-09 10:03:07 +0100 |
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 31d9dec7867..4b1ebd3280c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1152,8 +1152,6 @@ struct sched_entity { u64 start_runtime; u64 avg_wakeup; - u64 avg_running; - #ifdef CONFIG_SCHEDSTATS u64 wait_start; u64 wait_max; |