PERFORCE change 129432 for review
    Kip Macy 
    kmacy at FreeBSD.org
       
    Fri Nov 23 15:24:14 PST 2007
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=129432
Change 129432 by kmacy at kmacy:storage:toestack on 2007/11/23 23:24:10
	declare unhold pages
Affected files ...
.. //depot/projects/toestack/sys/vm/vm_extern.h#5 edit
Differences ...
==== //depot/projects/toestack/sys/vm/vm_extern.h#5 (text+ko) ====
@@ -101,5 +101,7 @@
 
 #define VM_HOLD_WRITEABLE	0x1
 int  vm_fault_hold_user_pages(vm_offset_t addr, int len, vm_page_t *mp, int *count, int flags);
+void vm_fault_unhold_pages(vm_page_t *m, int count);
+
 #endif				/* _KERNEL */
 #endif				/* !_VM_EXTERN_H_ */
    
    
More information about the p4-projects
mailing list