sched: eliminate scd->prev_raw
authorIngo Molnar <mingo@elte.hu>
Wed, 30 Jul 2008 08:13:35 +0000 (10:13 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jul 2008 15:20:49 +0000 (17:20 +0200)
eliminate prev_raw and use tick_raw instead.

It's enough to base the current time on the scheduler tick timestamp
alone - the monotonicity and maximum checks will prevent any damage.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Mike Galbraith <efault@gmx.de>

No differences found