Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2551fe1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bootkpi: Add KPI Marker for System Resume"

parents e6e93f60 7fa00387
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
#include <linux/sched/clock.h>
#include <linux/sched/debug.h>
#include <linux/sched/task_stack.h>
#include <soc/qcom/boot_stats.h>

#include <linux/uaccess.h>
#include <asm/sections.h>
@@ -2185,6 +2186,7 @@ void resume_console(void)
{
	if (!console_suspend_enabled)
		return;
	place_marker("M - System Resume Started");
	down_console_sem();
	console_suspended = 0;
	console_unlock();