diff options
Diffstat (limited to 'arch/x86/kernel/cpu/transmeta.c')
-rw-r--r-- | arch/x86/kernel/cpu/transmeta.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/transmeta.c b/arch/x86/kernel/cpu/transmeta.c index 8457b4978668..d77d07ab310b 100644 --- a/arch/x86/kernel/cpu/transmeta.c +++ b/arch/x86/kernel/cpu/transmeta.c | |||
@@ -16,8 +16,6 @@ static void early_init_transmeta(struct cpuinfo_x86 *c) | |||
16 | if (xlvl >= 0x80860001) | 16 | if (xlvl >= 0x80860001) |
17 | c->x86_capability[CPUID_8086_0001_EDX] = cpuid_edx(0x80860001); | 17 | c->x86_capability[CPUID_8086_0001_EDX] = cpuid_edx(0x80860001); |
18 | } | 18 | } |
19 | |||
20 | clear_sched_clock_stable(); | ||
21 | } | 19 | } |
22 | 20 | ||
23 | static void init_transmeta(struct cpuinfo_x86 *c) | 21 | static void init_transmeta(struct cpuinfo_x86 *c) |