Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.3.49 /mm/mmap.c

Filename:/mm/mmap.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.3.46  2.3.45  2.3.43  2.3.34  2.3.32  2.3.30 
(Following) 2.3.51  2.3.99-pre1  2.3.99-pre3  2.3.99-pre6  2.5.50  2.5.50bk1 

Location
[  2.3.49
  [  mm
     o  mmap.c

Patch

diff -u --recursive --new-file v2.3.48/linux/mm/mmap.c linux/mm/mmap.c
--- v2.3.48/linux/mm/mmap.c   Wed Feb 16 17:03:52 2000
+++ linux/mm/mmap.c   Thu Mar  2 10:18:50 2000
@@ -860,7 +860,7 @@
    if (mm->map_count)
       printk("exit_mmap: map count is %d\n", mm->map_count);
 
-   clear_page_tables(mm, 0, USER_PTRS_PER_PGD);
+   clear_page_tables(mm, FIRST_USER_PGD_NR, USER_PTRS_PER_PGD);
 }
 
 /* Insert vm structure into process list sorted by address


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.