[BACK]Return to uvm_map.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_map.c between version 1.300 and 1.301

version 1.300, 2011/07/05 14:03:07 version 1.301, 2011/07/30 19:29:12
Line 4186  uvmspace_exec(struct lwp *l, vaddr_t sta
Line 4186  uvmspace_exec(struct lwp *l, vaddr_t sta
         struct vmspace *nvm, *ovm = p->p_vmspace;          struct vmspace *nvm, *ovm = p->p_vmspace;
         struct vm_map *map = &ovm->vm_map;          struct vm_map *map = &ovm->vm_map;
   
 #ifdef __sparc__  
         /* XXX cgd 960926: the sparc #ifdef should be a MD hook */  
         kill_user_windows(l);   /* before stack addresses go away */  
 #endif  
 #ifdef __HAVE_CPU_VMSPACE_EXEC  #ifdef __HAVE_CPU_VMSPACE_EXEC
         cpu_vmspace_exec(l, start, end);          cpu_vmspace_exec(l, start, end);
 #endif  #endif

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.301

CVSweb <webmaster@jp.NetBSD.org>