Magellan Linux

Contents of /trunk/nvidia/1.0.6629/NVIDIA_kernel-1.0-6629-1165235.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 581 byte(s)
-import

1 diff -ru usr/src/nv/nv.c usr/src/nv.1165235/nv.c
2 --- usr/src/nv/nv.c 2004-11-03 22:53:00.000000000 +0100
3 +++ usr/src/nv.1165235/nv.c 2004-11-25 16:45:04.000000000 +0100
4 @@ -1604,9 +1604,8 @@
5 }
6 nv_vm_list_page_count(at->page_table, at->num_pages);
7
8 - /* prevent the swapper from swapping it out */
9 - /* mark the memory i/o so the buffers aren't dumped on core dumps */
10 - vma->vm_flags |= (VM_LOCKED | VM_IO);
11 + // mark it as IO so that we don't dump it on core dump
12 + vma->vm_flags |= VM_IO;
13 }
14
15 /* Magic allocator */

Properties

Name Value
svn:executable *