From: Thomas Gleixner Date: Fri, 16 Feb 2007 09:27:43 +0000 (-0800) Subject: [PATCH] clocksource: Add verification (watchdog) helper X-Git-Tag: v2.6.21-rc1~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8b34fdcb384161552d01ee8f34af5ff11f9684;p=pandora-kernel.git [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 Signed-off-by: Ingo Molnar Cc: john stultz Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed