mm: introduce FAULT_FLAG_DEFAULT
[sfrench/cifs-2.6.git] / arch / alpha / mm / fault.c
index aea33b599037c24162ec9d5f688afa26b479b421..fcfa229cc1e7ab2842b20f48ee5ac7aad3b777b0 100644 (file)
@@ -89,7 +89,7 @@ do_page_fault(unsigned long address, unsigned long mmcsr,
        const struct exception_table_entry *fixup;
        int si_code = SEGV_MAPERR;
        vm_fault_t fault;
-       unsigned int flags = FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE;
+       unsigned int flags = FAULT_FLAG_DEFAULT;
 
        /* As of EV6, a load into $31/$f31 is a prefetch, and never faults
           (or is suppressed by the PALcode).  Support that for older CPUs