]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/tlb.h
[PATCH] uml: use correct register file size everywhere
[linux-2.6-omap-h63xx.git] / arch / um / include / tlb.h
index 2deefb99c63c9966e0cf93a472dd7a42fa793b13..8efc1e0f1b841ac9a8d1e2aaec2f00c40e637548 100644 (file)
@@ -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);