From: Feng Tang Date: Tue, 12 Mar 2013 03:56:45 +0000 (+0800) Subject: x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~116^2~25^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54fdbb2823d96b842d00c548e14dbc0dd37831d;p=pandora-kernel.git x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 On some new Intel Atom processors (Penwell and Cloverview), there is a feature that the TSC won't stop in S3 state, say the TSC value won't be reset to 0 after resume. This feature makes TSC a more reliable clocksource and could benefit the timekeeping code during system suspend/resume cycle, so add a flag for it. Signed-off-by: Feng Tang [jstultz: Fix checkpatch warning] Signed-off-by: John Stultz --- Reading git-diff-tree failed