sched: Disable scheduler warnings during oopses
authorDave Jones <davej@redhat.com>
Thu, 22 Dec 2011 21:39:30 +0000 (16:39 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 23 Dec 2011 10:20:50 +0000 (11:20 +0100)
The panic-on-framebuffer code seems to cause a schedule
to occur during an oops. This causes a bunch of extra
spew as can be seen in:

   https://bugzilla.redhat.com/attachment.cgi?id=549230

Don't do scheduler debug checks when we are oopsing already.

Signed-off-by: Dave Jones <davej@redhat.com>
Link: http://lkml.kernel.org/r/20111222213929.GA4722@redhat.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found