x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatory
[cascardo/linux.git] / kernel / watchdog.c
index 51b29e9..a8d6914 100644 (file)
@@ -368,6 +368,7 @@ static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer)
                        smp_mb__after_atomic();
                }
 
+               add_taint(TAINT_SOFTLOCKUP, LOCKDEP_STILL_OK);
                if (softlockup_panic)
                        panic("softlockup: hung tasks");
                __this_cpu_write(soft_watchdog_warn, true);