Re: [patch 02/15] clocksource: Always verify highres capability

2013-04-29 Thread John Stultz
On 04/25/2013 01:31 PM, Thomas Gleixner wrote: 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

[patch 02/15] clocksource: Always verify highres capability

2013-04-25 Thread Thomas Gleixner
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