Merge tag 'for-3.8' of git://openrisc.net/~jonas/linux
[deliverable/linux.git] / arch / x86 / kernel / smpboot.c
index c635663b20d9abb0a9557b6b9cc41c28d34c2200..ed0fe385289d1db348aaee1bae1e9f2aa63d1c5e 100644 (file)
@@ -332,7 +332,7 @@ do {                                                                        \
 
 static bool __cpuinit match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o)
 {
-       if (cpu_has(c, X86_FEATURE_TOPOEXT)) {
+       if (cpu_has_topoext) {
                int cpu1 = c->cpu_index, cpu2 = o->cpu_index;
 
                if (c->phys_proc_id == o->phys_proc_id &&
This page took 0.026997 seconds and 5 git commands to generate.