Merge commit 'v2.6.28-rc6' into core/debug
[sfrench/cifs-2.6.git] / kernel / softlockup.c
index b9a528f22736adcfa78d9cd99209ba286d585a54..884e6cd2769c348a846d103122b6e49e20acae85 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);