taint: add explicit flag to show whether lock dep is still OK.
[deliverable/linux.git] / kernel / sched / core.c
index 257002c13bb02acad92c74347e3b38ca3bc881b1..662f3d5121837436f77be9c567ea9271f1067ae1 100644 (file)
@@ -2785,7 +2785,7 @@ static noinline void __schedule_bug(struct task_struct *prev)
        if (irqs_disabled())
                print_irqtrace_events(prev);
        dump_stack();
-       add_taint(TAINT_WARN);
+       add_taint(TAINT_WARN, LOCKDEP_STILL_OK);
 }
 
 /*
This page took 0.041096 seconds and 5 git commands to generate.