diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-07-09 12:52:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-07-09 12:52:00 -0400 |
commit | 7dd593608df3f9d4e4531cfe29f28c3a3766a0ee (patch) | |
tree | 13ba74c11b214f7c45f39e306c5ef9d6eaabf6b7 /include | |
parent | b2cfba19f67228e78e48177187f6b07f4107c784 (diff) |
sched: remove old cpu accounting field
remove the old cpu-accounting field from signal_struct, now
that the code is using CFS's stats.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index aa582be8cafa..c9d65738bb7a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -482,7 +482,6 @@ struct signal_struct { | |||
482 | * from jiffies_to_ns(utime + stime) if sched_clock uses something | 482 | * from jiffies_to_ns(utime + stime) if sched_clock uses something |
483 | * other than jiffies.) | 483 | * other than jiffies.) |
484 | */ | 484 | */ |
485 | unsigned long sched_time; | ||
486 | unsigned long long sum_sched_runtime; | 485 | unsigned long long sum_sched_runtime; |
487 | 486 | ||
488 | /* | 487 | /* |