mm: introduce FAULT_FLAG_DEFAULT
[linux-2.6-microblaze.git] / arch / arc / mm / fault.c
index 6eb821a..643fad7 100644 (file)
@@ -100,7 +100,7 @@ void do_page_fault(unsigned long address, struct pt_regs *regs)
                 (regs->ecr_cause == ECR_C_PROTV_INST_FETCH))
                exec = 1;
 
-       flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE;
+       flags = FAULT_FLAG_DEFAULT;
        if (user_mode(regs))
                flags |= FAULT_FLAG_USER;
        if (write)