X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Ftlb.h;h=8efc1e0f1b841ac9a8d1e2aaec2f00c40e637548;hb=b92c4f922b2e8c70f8790d42e45bb9401c57be63;hp=2deefb99c63c9966e0cf93a472dd7a42fa793b13;hpb=c56004901fa5dcf55f92318f192ab3c0e87db2d1;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/include/tlb.h b/arch/um/include/tlb.h index 2deefb99c63..8efc1e0f1b8 100644 --- a/arch/um/include/tlb.h +++ b/arch/um/include/tlb.h @@ -34,13 +34,12 @@ struct host_vm_op { } u; }; -extern void mprotect_kernel_vm(int w); extern void force_flush_all(void); extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force, - void *(*do_ops)(union mm_context *, - struct host_vm_op *, int, int, - void *)); + int (*do_ops)(union mm_context *, + struct host_vm_op *, int, int, + void **)); extern int flush_tlb_kernel_range_common(unsigned long start, unsigned long end);