diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index fe0a615a051b..063197771b8d 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
@@ -162,10 +162,6 @@ static void early_init_intel(struct cpuinfo_x86 *c) | |||
162 | if (c->x86_power & (1 << 8)) { | 162 | if (c->x86_power & (1 << 8)) { |
163 | set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC); | 163 | set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC); |
164 | set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); | 164 | set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC); |
165 | if (check_tsc_unstable()) | ||
166 | clear_sched_clock_stable(); | ||
167 | } else { | ||
168 | clear_sched_clock_stable(); | ||
169 | } | 165 | } |
170 | 166 | ||
171 | /* Penwell and Cloverview have the TSC which doesn't sleep on S3 */ | 167 | /* Penwell and Cloverview have the TSC which doesn't sleep on S3 */ |