Skip to content
Commit c54fdbb2 authored by Feng Tang's avatar Feng Tang Committed by John Stultz
Browse files

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: default avatarFeng Tang <feng.tang@intel.com>
[jstultz: Fix checkpatch warning]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent 3195ef59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment