diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-09 16:40:39 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-10 08:21:06 +0200 |
commit | ec70cae8698632917f06110fdb70c6364281ecc6 (patch) | |
tree | c9b52c99a35c7d26aeffc2e174dd27d087ed4036 /arch/x86 | |
parent | 4052704d92c3172ebc13cc0cc8df8ba2bd446a5c (diff) | |
download | linux-ec70cae8698632917f06110fdb70c6364281ecc6.tar.gz linux-ec70cae8698632917f06110fdb70c6364281ecc6.tar.bz2 linux-ec70cae8698632917f06110fdb70c6364281ecc6.zip |
x86: centaur_64.c remove duplicated setting of CONSTANT_TSC
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/centaur_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/centaur_64.c b/arch/x86/kernel/cpu/centaur_64.c index 0e5cf17a3c89..a1625f5a1e78 100644 --- a/arch/x86/kernel/cpu/centaur_64.c +++ b/arch/x86/kernel/cpu/centaur_64.c @@ -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); |