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

Commit 191c985e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bootkpi: Add KPI Marker for System Resume"

parents b4c69a07 b8a6b7d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
#include <linux/utsname.h>
#include <linux/ctype.h>
#include <linux/uio.h>
#include <soc/qcom/boot_stats.h>

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