patch-2.1.20 linux/include/linux/mm.h

Next file: linux/include/linux/mtio.h
Previous file: linux/include/linux/lapbether.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.19/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -256,7 +256,7 @@
 extern int new_page_tables(struct task_struct * tsk);
 extern int copy_page_tables(struct task_struct * to);
 
-extern int zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size);
+extern void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size);
 extern int copy_page_range(struct mm_struct *dst, struct mm_struct *src, struct vm_area_struct *vma);
 extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
 extern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov