diff options
author | Arjan van de Ven <[email protected]> | 2010-05-09 08:24:39 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-05-09 19:35:26 +0200 |
commit | e0e37c200f1357db0dd986edb359c41c57d24f6e (patch) | |
tree | 9f799889b2166528e4b264f3c58a52d1edbd4bdf /net/lapb/lapb_in.c | |
parent | 8d63bf949e330588b80d30ca8f0a27a45297a9e9 (diff) |
sched: Eliminate the ts->idle_lastupdate field
Now that the only user of ts->idle_lastupdate is
update_ts_time_stats(), the entire field can be eliminated.
In update_ts_time_stats(), idle_lastupdate is first set to
"now", and a few lines later, the only user is an if() statement
that assigns a variable either to "now" or to
ts->idle_lastupdate, which has the value of "now" at that point.
Signed-off-by: Arjan van de Ven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: [email protected]
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions