]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm26/mm/fault.c
NF: Add iptables IDLETIMER target
[linux-2.6-omap-h63xx.git] / arch / arm26 / mm / fault.c
index a1f6d8a9cc32919084d14b5cf9181dbceb013ca6..93c0cee0fb5e142e45c1344548943e48d88bca06 100644 (file)
@@ -215,7 +215,7 @@ int do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
         * If we're in an interrupt or have no user
         * context, we must not take the fault..
         */
-       if (in_interrupt() || !mm)
+       if (in_atomic() || !mm)
                goto no_context;
 
        down_read(&mm->mmap_sem);