X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fmmu_context.h;h=6b993ef452ff8010c6c539f34145621fa6b3c4dd;hb=a22c50c302c58ba2d1d2846e85239ba80da61a56;hp=9102b8bf0ead02863ac30fcc0f055fa1cf41c743;hpb=af7a535688a758d15f06a98833e6a143b29af9de;p=linux-2.6 diff --git a/arch/powerpc/include/asm/mmu_context.h b/arch/powerpc/include/asm/mmu_context.h index 9102b8bf0e..6b993ef452 100644 --- a/arch/powerpc/include/asm/mmu_context.h +++ b/arch/powerpc/include/asm/mmu_context.h @@ -147,7 +147,6 @@ static inline void get_mmu_context(struct mm_struct *mm) static inline int init_new_context(struct task_struct *t, struct mm_struct *mm) { mm->context.id = NO_CONTEXT; - mm->context.vdso_base = 0; return 0; }