]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] clocksource: Add verification (watchdog) helper
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:43 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:57 +0000 (08:13 -0800)
commit39ae0d01828eefad09627bd3dc33647732db8edf
tree7052d50574d747b7ec2172051adf8126074d6982
parentebbfc84bd3de29949fe4f17cdc9cc1ee15b5d233
[PATCH] clocksource: Add verification (watchdog) helper

The TSC needs to be verified against another clocksource.  Instead of using
hardwired assumptions of available hardware, provide a generic verification
mechanism.  The verification uses the best available clocksource and handles
the usability for high resolution timers / dynticks of the clocksource which
needs to be verified.

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/Kconfig
arch/i386/kernel/tsc.c
include/linux/clocksource.h
kernel/time/clocksource.c
kernel/timer.c