patch-2.4.0-test7 linux/include/asm-alpha/mmu_context.h
Next file: linux/include/asm-alpha/unistd.h
Previous file: linux/include/asm-alpha/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Aug 10 13:30:05 2000
- Orig file:
v2.4.0-test6/linux/include/asm-alpha/mmu_context.h
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-alpha/mmu_context.h linux/include/asm-alpha/mmu_context.h
@@ -205,11 +205,12 @@
# endif
#endif
-extern inline void
+extern inline int
init_new_context(struct task_struct *tsk, struct mm_struct *mm)
{
mm->context = 0;
tsk->thread.ptbr = ((unsigned long)mm->pgd - IDENT_ADDR) >> PAGE_SHIFT;
+ return 0;
}
extern inline void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)