X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=3953e4aed733d32284f48ecfffa1fbff05e234c6;hb=6afe40b4dace385d7ba2faf24b352f066f3b71bf;hp=cb838ee93a82000bc5b313271487836e9fb5804e;hpb=5ff7f78a3db462ea4edf1a781a2002d4e8a8a473;p=mv-sheeva.git diff --git a/kernel/softlockup.c b/kernel/softlockup.c index cb838ee93a8..3953e4aed73 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);