aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/include/asm/mmu_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/mmu_context.h b/arch/s390/include/asm/mmu_context.h
index 65154eaa3714..6c8ce15cde7b 100644
--- a/arch/s390/include/asm/mmu_context.h
+++ b/arch/s390/include/asm/mmu_context.h
@@ -63,6 +63,7 @@ static inline int init_new_context(struct task_struct *tsk,
63 _ASCE_USER_BITS | _ASCE_TYPE_SEGMENT; 63 _ASCE_USER_BITS | _ASCE_TYPE_SEGMENT;
64 /* pgd_alloc() did not account this pmd */ 64 /* pgd_alloc() did not account this pmd */
65 mm_inc_nr_pmds(mm); 65 mm_inc_nr_pmds(mm);
66 mm_inc_nr_puds(mm);
66 } 67 }
67 crst_table_init((unsigned long *) mm->pgd, pgd_entry_type(mm)); 68 crst_table_init((unsigned long *) mm->pgd, pgd_entry_type(mm));
68 return 0; 69 return 0;