patch-2.2.19 linux/mm/memory.c
Next file: linux/mm/page_alloc.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Sun Mar 25 11:37:41 2001
- Orig file:
v2.2.18/mm/memory.c
- Orig date:
Sun Mar 25 11:28:39 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/mm/memory.c linux/mm/memory.c
@@ -935,6 +935,7 @@
pte_t * pte;
int ret;
+ current->state = TASK_RUNNING;
pgd = pgd_offset(vma->vm_mm, address);
pmd = pmd_alloc(pgd, address);
if (!pmd)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)