]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/alpha/mm/fault.c
Merge ../linus
[linux-2.6-omap-h63xx.git] / arch / alpha / mm / fault.c
index 8871529a34e2026e4f2bd4eda531df7ec59808a4..8aa9db834c11551afc1462bf970d2dbc0ab8a157 100644 (file)
@@ -108,7 +108,7 @@ do_page_fault(unsigned long address, unsigned long mmcsr,
 
        /* If we're in an interrupt context, or have no user context,
           we must not take the fault.  */
-       if (!mm || in_interrupt())
+       if (!mm || in_atomic())
                goto no_context;
 
 #ifdef CONFIG_ALPHA_LARGE_VMALLOC