summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-09-17 14:18:39 -0700
committerSan Mehat <san@google.com>2009-09-17 14:52:27 -0700
commitc4ecbf2c25b0592891ae70af9f55c4d1a78eb6c9 (patch)
tree3c970b1f29a64da1067cc14dc88e0724fd7c4125 /drivers/misc
parentcd69b5ec36018d988aeba3d919747a2b93111738 (diff)
Revert "apanic: Send magic sequence to suspend ramconsole before we start dumping threads"
This reverts commit 5dc3d578c42e291781ea7f7529483253aa4283c9. Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/apanic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/apanic.c b/drivers/misc/apanic.c
index 4e94664f06cc..fde087122473 100644
--- a/drivers/misc/apanic.c
+++ b/drivers/misc/apanic.c
@@ -468,8 +468,6 @@ static int apanic(struct notifier_block *this, unsigned long event,
if (!threads_offset)
threads_offset = ctx->mtd->writesize;
- /* Disable ramconsole */
- printk(KERN_EMERG "!@#$ RAMCONSOLE_DISABLE $#@!");
log_buf_clear();
show_state_filter(0);
threads_len = apanic_write_console(ctx->mtd, threads_offset);