These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / parisc / mm / fault.c
index 15503ad..a762864 100644 (file)
@@ -207,7 +207,7 @@ void do_page_fault(struct pt_regs *regs, unsigned long code,
        int fault;
        unsigned int flags;
 
-       if (pagefault_disabled())
+       if (faulthandler_disabled())
                goto no_context;
 
        tsk = current;