--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- usr/src/nv/nv.c +++ usr/src/nv/nv.c @@ -1804,6 +1804,10 @@ module_init(nvidia_init_module); module_exit(nvidia_exit_module); +/* Fix needed for change in VM_xxx flags */ +#ifndef VM_RESERVED +# define VM_RESERVED (VM_DONTEXPAND | VM_DONTDUMP) +#endif /* * The 'struct vm_operations' open() callback is called by the Linux