sched_clock: cleanups
authorPeter Zijlstra <peterz@infradead.org>
Thu, 26 Feb 2009 20:40:16 +0000 (21:40 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 20:56:07 +0000 (21:56 +0100)
commit8325d9c09dedf45476f4d6261d1b6a72e4a7453f
tree5b7f6f3b125aec59ec6a60d22130844a3addc8e9
parent83ce400928680a6c8123d492684b27857f5a2d95
sched_clock: cleanups

- remove superfluous checks in __update_sched_clock()
- skip sched_clock_tick() for sched_clock_stable
- reinstate the simple !HAVE_UNSTABLE_SCHED_CLOCK code to please the bloatwatch

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_clock.c