patch-2.1.19 linux/fs/exec.c
Next file: linux/fs/fat/inode.c
Previous file: linux/drivers/scsi/scsi.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Dec 30 13:03:12 1996
- Orig file:
v2.1.18/linux/fs/exec.c
- Orig date:
Fri Nov 22 18:28:20 1996
diff -u --recursive --new-file v2.1.18/linux/fs/exec.c linux/fs/exec.c
@@ -42,6 +42,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
+#include <asm/mmu_context.h>
#include <linux/config.h>
#ifdef CONFIG_KERNELD
@@ -373,6 +374,7 @@
return;
}
*mm = *current->mm;
+ init_new_context(mm);
mm->def_flags = 0; /* should future lockings be kept? */
mm->count = 1;
mm->mmap = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov