X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=884e6cd2769c348a846d103122b6e49e20acae85;hb=b19b3c74c7bbec45a848631b8f970ac110665a01;hp=b9a528f22736adcfa78d9cd99209ba286d585a54;hpb=6003ab0bad4cc56f3c4fadf62a0d23a967b9c53b;p=linux-2.6-omap-h63xx.git diff --git a/kernel/softlockup.c b/kernel/softlockup.c index b9a528f2273..884e6cd2769 100644 --- a/kernel/softlockup.c +++ b/kernel/softlockup.c @@ -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);