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)
commit18e4e36c66d6edbdefc639692206cdf01e468713
tree271a70892fa5808459a1cfc30aa3b5631cd6647d
parent50526968e99afbca34924abcb04658b6dd5c5ea5
sched: eliminate scd->prev_raw

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>
kernel/sched_clock.c