diff options
-rw-r--r-- | arch/x86/mm/pageattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index e297bd65e513..877b5cca2cb8 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c | |||
@@ -225,7 +225,6 @@ static int split_large_page(pte_t *kpte, unsigned long address) | |||
225 | paravirt_alloc_pt(&init_mm, page_to_pfn(base)); | 225 | paravirt_alloc_pt(&init_mm, page_to_pfn(base)); |
226 | #endif | 226 | #endif |
227 | 227 | ||
228 | pgprot_val(ref_prot) &= ~_PAGE_NX; | ||
229 | for (i = 0; i < PTRS_PER_PTE; i++, addr += PAGE_SIZE) | 228 | for (i = 0; i < PTRS_PER_PTE; i++, addr += PAGE_SIZE) |
230 | set_pte(&pbase[i], pfn_pte(addr >> PAGE_SHIFT, ref_prot)); | 229 | set_pte(&pbase[i], pfn_pte(addr >> PAGE_SHIFT, ref_prot)); |
231 | 230 | ||