x86/cpufeature: Remove cpu_has_pse
[linux-2.6-block.git] / arch / x86 / xen / enlighten.c
index 055f48ddb03ca39fd53d8f0d6c13c29c8a98bad0..ff2a2e6ef7af9281345f9492a609a588782e70ad 100644 (file)
@@ -1469,7 +1469,7 @@ static void xen_pvh_set_cr_flags(int cpu)
         * For BSP, PSE PGE are set in probe_page_size_mask(), for APs
         * set them here. For all, OSFXSR OSXMMEXCPT are set in fpu__init_cpu().
        */
-       if (cpu_has_pse)
+       if (boot_cpu_has(X86_FEATURE_PSE))
                cr4_set_bits_and_update_boot(X86_CR4_PSE);
 
        if (boot_cpu_has(X86_FEATURE_PGE))