Browse Source

x86: clean up cpu capabilities accesses, transmeta.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 years ago
parent
commit
10cd5a1e54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/cpu/transmeta.c

+ 1 - 1
arch/x86/kernel/cpu/transmeta.c

@@ -74,7 +74,7 @@ static void __cpuinit init_transmeta(struct cpuinfo_x86 *c)
 	wrmsr(0x80860004, cap_mask, uk);
 	wrmsr(0x80860004, cap_mask, uk);
 
 
 	/* All Transmeta CPUs have a constant TSC */
 	/* All Transmeta CPUs have a constant TSC */
-	set_bit(X86_FEATURE_CONSTANT_TSC, c->x86_capability);
+	set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
 
 
 #ifdef CONFIG_SYSCTL
 #ifdef CONFIG_SYSCTL
 	/*
 	/*