Change-Id: I
b31c1653e28af3e818f2d4bef86c5149a78ebda4
Signed-off-by: San Mehat <san@google.com>
Reviewed-on: http://git-master/r/111037
Reviewed-by: Prashant Malani <pmalani@nvidia.com>
Tested-by: Prashant Malani <pmalani@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bo Yan <byan@nvidia.com>
#include <linux/workqueue.h>
#include <linux/preempt.h>
+extern void ram_console_enable_console(int);
+
struct panic_header {
u32 magic;
#define PANIC_MAGIC 0xdeadf00d
if (!threads_offset)
threads_offset = ctx->mtd->writesize;
+ ram_console_enable_console(0);
+
log_buf_clear();
show_state_filter(0);
threads_len = apanic_write_console(ctx->mtd, threads_offset);