From: Dave A. <ai...@us...> - 2001-06-16 11:33:15
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory usw-pr-cvs1:/tmp/cvs-serv4946 Modified Files: pgalloc.h Log Message: DA: make fork work.. shouldn't clear the pte in ptealloc Index: pgalloc.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgalloc.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pgalloc.h 2001/05/19 12:05:51 1.4 +++ pgalloc.h 2001/06/16 11:33:10 1.5 @@ -248,7 +248,6 @@ if (newpte) { remap_and_clear_pte_page((pgd_t *)pmd, newpte, pte_page); - pte_clear(newpte); /* make sure a page in S0 space is mapped */ } |