x86, cpufeature: Convert more "features" to bugs
[linux-2.6-block.git] / arch / x86 / include / asm / apic.h
index 19b0ebafcd3e3f9d5a7aa5d5d9900de66d03a374..79752f2bdec57af3e467678bdbff5dec1b6d4346 100644 (file)
@@ -99,7 +99,7 @@ static inline void native_apic_mem_write(u32 reg, u32 v)
 {
        volatile u32 *addr = (volatile u32 *)(APIC_BASE + reg);
 
-       alternative_io("movl %0, %1", "xchgl %0, %1", X86_FEATURE_11AP,
+       alternative_io("movl %0, %1", "xchgl %0, %1", X86_BUG_11AP,
                       ASM_OUTPUT2("=r" (v), "=m" (*addr)),
                       ASM_OUTPUT2("0" (v), "m" (*addr)));
 }