[S390] Add four level page tables for CONFIG_64BIT=y.
[pandora-kernel.git] / include / asm-s390 / mmu_context.h
index 3eaac5e..b3ea3e1 100644 (file)
@@ -18,7 +18,7 @@ static inline int init_new_context(struct task_struct *tsk,
 {
        mm->context.asce_bits = _ASCE_TABLE_LENGTH | _ASCE_USER_BITS;
 #ifdef CONFIG_64BIT
-       mm->context.asce_bits |= _ASCE_TYPE_REGION3;
+       mm->context.asce_bits |= _ASCE_TYPE_REGION2;
 #endif
        mm->context.noexec = s390_noexec;
        return 0;