x86/paravirt: Use a single ops structure
[linux-2.6-block.git] / arch / x86 / kernel / cpu / common.c
index 44c4ef3d989b59b7bd98ebf617f8e5ee1d2a9548..c4da9c23a96c82d5610ac0b03e146e4acd386015 100644 (file)
@@ -1243,7 +1243,7 @@ static void generic_identify(struct cpuinfo_x86 *c)
 # ifdef CONFIG_PARAVIRT
        do {
                extern void native_iret(void);
-               if (pv_cpu_ops.iret == native_iret)
+               if (pv_ops.cpu.iret == native_iret)
                        set_cpu_bug(c, X86_BUG_ESPFIX);
        } while (0);
 # else