]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/mmu_context_nohash.c
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / arch / powerpc / mm / mmu_context_nohash.c
index c491f2c8f2b933a7c3b9dec88ddaa32fcd91027e..4554d65276826e9719e7b69529003f7873483582 100644 (file)
@@ -333,11 +333,6 @@ int init_new_context(struct task_struct *t, struct mm_struct *mm)
 
        mm->context.id = MMU_NO_CONTEXT;
        mm->context.active = 0;
-
-#ifdef CONFIG_PPC_MM_SLICES
-       slice_set_user_psize(mm, mmu_virtual_psize);
-#endif
-
        return 0;
 }