projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4052704
)
x86: centaur_64.c remove duplicated setting of CONSTANT_TSC
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Tue, 9 Sep 2008 23:40:39 +0000
(16:40 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 10 Sep 2008 06:21:06 +0000
(08:21 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/centaur_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/centaur_64.c
b/arch/x86/kernel/cpu/centaur_64.c
index 0e5cf17a3c89d0b14cc82345d7619592f9228493..a1625f5a1e78d41f607ceae9652dc8711c491712 100644
(file)
--- 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);