]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blame - NVIDIA_kernel-1.0-6629-1165235.diff
- rel 1
[packages/xorg-driver-video-nvidia.git] / NVIDIA_kernel-1.0-6629-1165235.diff
CommitLineData
517a48eb
PS
1diff -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 */
This page took 0.025182 seconds and 4 git commands to generate.