]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softlockup.c
Linux 2.6.28-rc2
[linux-2.6-omap-h63xx.git] / kernel / softlockup.c
index cb838ee93a82000bc5b313271487836e9fb5804e..3953e4aed733d32284f48ecfffa1fbff05e234c6 100644 (file)
@@ -226,7 +226,7 @@ static void check_hung_uninterruptible_tasks(int this_cpu)
         * If the system crashed already then all bets are off,
         * do not report extra hung tasks:
         */
-       if ((tainted & TAINT_DIE) || did_panic)
+       if (test_taint(TAINT_DIE) || did_panic)
                return;
 
        read_lock(&tasklist_lock);