mm: convert return type of handle_mm_fault() caller to vm_fault_t
[linux-2.6-microblaze.git] / arch / parisc / mm / fault.c
index a801179..c8e8b7c 100644 (file)
@@ -262,7 +262,7 @@ void do_page_fault(struct pt_regs *regs, unsigned long code,
        struct task_struct *tsk;
        struct mm_struct *mm;
        unsigned long acc_type;
-       int fault = 0;
+       vm_fault_t fault = 0;
        unsigned int flags;
 
        if (faulthandler_disabled())