Skip to content

Commit 9e1687e

Browse files
committed
x86/intel: force tsc to be reliable on Baytrail (v3)
Signed-off-by: youling257 <[email protected]> (v2) Changes due to following commit: 34b3fc5 "x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model defines" (v3) Changes due to following commit: 34b3fc5 "x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model defines"
1 parent 61b4b27 commit 9e1687e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/intel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ static void early_init_intel(struct cpuinfo_x86 *c)
302302

303303
/* Penwell and Cloverview have the TSC which doesn't sleep on S3 */
304304
switch (c->x86_vfm) {
305-
case INTEL_FAM6_ATOM_SILVERMONT:
305+
case INTEL_ATOM_SILVERMONT:
306306
set_cpu_cap(c, X86_FEATURE_TSC_RELIABLE);
307307
/* Fall through */
308308
case INTEL_ATOM_SALTWELL_MID:

0 commit comments

Comments
 (0)