mm: convert return type of handle_mm_fault() caller to vm_fault_t
[linux-2.6-microblaze.git] / arch / openrisc / mm / fault.c
index 9f011d1..dc4dbaf 100644 (file)
@@ -53,7 +53,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long address,
        struct mm_struct *mm;
        struct vm_area_struct *vma;
        int si_code;
-       int fault;
+       vm_fault_t fault;
        unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE;
 
        tsk = current;