|
@@ -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);
|