[PATCH] clocksource: Remove the update callback
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:42 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:57 +0000 (08:13 -0800)
commit7e69f2b1ead2a4c51c12817f18263ff0e59335a6
treeb00295fb1983dd0624b94a613c8661c1bd995a29
parent877fe38029366c19def24359627db8cc24d9fef6
[PATCH] clocksource: Remove the update callback

The clocksource code allows direct updates of the rating of a given
clocksource now.  Change TSC unstable tracking to use this interface and
remove the update callback.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/tsc.c
include/linux/clocksource.h
kernel/timer.c