x86: centaur_64.c remove duplicated setting of CONSTANT_TSC
[deliverable/linux.git] / arch / x86 / kernel / cpu / centaur_64.c
index 0e5cf17a3c89d0b14cc82345d7619592f9228493..a1625f5a1e78d41f607ceae9652dc8711c491712 100644 (file)
@@ -20,7 +20,6 @@ static void __cpuinit init_centaur(struct cpuinfo_x86 *c)
 
        if (c->x86 == 0x6 && c->x86_model >= 0xf) {
                c->x86_cache_alignment = c->x86_clflush_size * 2;
-               set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
                set_cpu_cap(c, X86_FEATURE_REP_GOOD);
        }
        set_cpu_cap(c, X86_FEATURE_LFENCE_RDTSC);
This page took 0.025235 seconds and 5 git commands to generate.