diff options
author | Steven Rostedt <[email protected]> | 2009-08-05 15:26:37 -0400 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2009-08-05 20:20:00 -0400 |
commit | 464e85eb0e63096bd52e4c3e2a6fb8357fb95828 (patch) | |
tree | 838010839e0b7b3e3a403d381f2b56dd065da3d0 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 0f2541d299d233eddddee4345795e0c46264fd56 (diff) |
ring-buffer: do not disable ring buffer on oops_in_progress
The commit:
commit e0fdace10e75dac67d906213b780ff1b1a4cc360
Author: David Miller <[email protected]>
Date: Fri Aug 1 01:11:22 2008 -0700
debug_locks: set oops_in_progress if we will log messages.
Otherwise lock debugging messages on runqueue locks can deadlock the
system due to the wakeups performed by printk().
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Will permanently set oops_in_progress on any lockdep failure.
When this triggers it will cause any read from the ring buffer to
permanently disable the ring buffer (not to mention no locking of
printk).
This patch removes the check. It keeps the print in NMI which makes
sense. This is probably OK, since the ring buffer should not cause
something to set oops_in_progress anyway.
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions