Line
Link Here
|
0 |
-- usr/src/nv/nv.c |
0 |
++ usr/src/nv/nv.c |
Lines 1804-1809
Link Here
|
1804 |
module_init(nvidia_init_module); |
1804 |
module_init(nvidia_init_module); |
1805 |
module_exit(nvidia_exit_module); |
1805 |
module_exit(nvidia_exit_module); |
1806 |
|
1806 |
|
|
|
1807 |
/* Fix needed for change in VM_xxx flags */ |
1808 |
#ifndef VM_RESERVED |
1809 |
# define VM_RESERVED (VM_DONTEXPAND | VM_DONTDUMP) |
1810 |
#endif |
1807 |
|
1811 |
|
1808 |
/* |
1812 |
/* |
1809 |
* The 'struct vm_operations' open() callback is called by the Linux |
1813 |
* The 'struct vm_operations' open() callback is called by the Linux |