Loading arch/x86/xen/enlighten.c +2 −1 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,8 @@ asmlinkage void __init xen_start_kernel(void) * Set up some pagetable state before starting to set any ptes. */ xen_init_mmu_ops(); /* Prevent unwanted bits from being set in PTEs. */ __supported_pte_mask &= ~_PAGE_GLOBAL; if (!xen_initial_domain()) Loading @@ -1099,7 +1101,6 @@ asmlinkage void __init xen_start_kernel(void) */ xen_setup_stackprotector(); xen_init_mmu_ops(); xen_init_irq_ops(); xen_init_cpuid_mask(); Loading Loading
arch/x86/xen/enlighten.c +2 −1 Original line number Diff line number Diff line Loading @@ -1075,6 +1075,8 @@ asmlinkage void __init xen_start_kernel(void) * Set up some pagetable state before starting to set any ptes. */ xen_init_mmu_ops(); /* Prevent unwanted bits from being set in PTEs. */ __supported_pte_mask &= ~_PAGE_GLOBAL; if (!xen_initial_domain()) Loading @@ -1099,7 +1101,6 @@ asmlinkage void __init xen_start_kernel(void) */ xen_setup_stackprotector(); xen_init_mmu_ops(); xen_init_irq_ops(); xen_init_cpuid_mask(); Loading