Revert "mako: debug: disable lge_crash_handler"

This reverts commit 04e394381f9ec925d203c541d6dd02c55bae45a3.

Change-Id: I5711385d009b49504e23e592f8e8fdc68261d82c
Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
diff --git a/arch/arm/mach-msm/subsystem_restart.c b/arch/arm/mach-msm/subsystem_restart.c
index 7a84876..5b7438e 100644
--- a/arch/arm/mach-msm/subsystem_restart.c
+++ b/arch/arm/mach-msm/subsystem_restart.c
@@ -567,7 +567,10 @@
 
 static int __init subsys_restart_init(void)
 {
+	restart_level = RESET_SOC;
+
 	ssr_wq = alloc_workqueue("ssr_wq", WQ_CPU_INTENSIVE, 0);
+
 	if (!ssr_wq) {
 		pr_err("%s: out of memory\n", __func__);
 		return -ENOMEM;