X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fs390%2Finclude%2Fasm%2Fpgtable.h;h=5caddd4f7bedd74ed7fa9078c8cf4d97bdfc2227;hb=66a45cc4cc1c1f7d1ccae4d0fee261eab5560682;hp=7fc76133b3e46da10eddb1ca115b7ac69a4a80c0;hpb=c36194871293100bd4b2ecb54ac9774d6e627aa2;p=linux-2.6-omap-h63xx.git diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h index 7fc76133b3e..5caddd4f7be 100644 --- a/arch/s390/include/asm/pgtable.h +++ b/arch/s390/include/asm/pgtable.h @@ -679,8 +679,6 @@ static inline void pmd_clear(pmd_t *pmd) static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) { - if (mm->context.has_pgste) - ptep_rcp_copy(ptep); pte_val(*ptep) = _PAGE_TYPE_EMPTY; if (mm->context.noexec) pte_val(ptep[PTRS_PER_PTE]) = _PAGE_TYPE_EMPTY;