From: Thomas Gleixner Date: Thu, 25 Apr 2013 20:31:43 +0000 (+0000) Subject: clocksource: Always verify highres capability X-Git-Tag: v3.11-rc1~77^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d33b883aed81c6fbcd09c6f7c3619eee850a7e2;p=pandora-kernel.git clocksource: Always verify highres capability If a clocksource has a (wrong) high rating, but can't be used as a timebase for oneshot tick mode, it is unconditionally selected even when the system is already in oneshot tick mode. This causes full system failure. Verify the clocksource selection against the oneshot mode. Signed-off-by: Thomas Gleixner Acked-by: John Stultz Cc: Magnus Damm Link: http://lkml.kernel.org/r/20130425143435.635040849@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed