mm: create the new vm_fault_t type
[linux-2.6-microblaze.git] / arch / x86 / mm / fault.c
index 9d5c75f..667f1da 100644 (file)
@@ -1031,7 +1031,7 @@ bad_area_access_error(struct pt_regs *regs, unsigned long error_code,
 
 static void
 do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address,
-         unsigned int fault)
+         vm_fault_t fault)
 {
        struct task_struct *tsk = current;