aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/pgtable.h')
-rw-r--r--arch/s390/include/asm/pgtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h
index 125e37909998..1d144b6f3ba2 100644
--- a/arch/s390/include/asm/pgtable.h
+++ b/arch/s390/include/asm/pgtable.h
@@ -1093,6 +1093,7 @@ static inline pte_t ptep_modify_prot_start(struct mm_struct *mm,
1093 1093
1094 pte = *ptep; 1094 pte = *ptep;
1095 ptep_flush_lazy(mm, address, ptep); 1095 ptep_flush_lazy(mm, address, ptep);
1096 pte_val(*ptep) |= _PAGE_INVALID;
1096 1097
1097 if (mm_has_pgste(mm)) { 1098 if (mm_has_pgste(mm)) {
1098 pgste = pgste_update_all(&pte, pgste); 1099 pgste = pgste_update_all(&pte, pgste);