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

Commit a639d14d authored by Vivek Kumar's avatar Vivek Kumar Committed by Gerrit - the friendly Code Review server
Browse files

init/main: Put kernel end place_marker



Put kernel end place_marker for all targets.
This saves the kernel end time for targets which
enable MSM_BOOT_TIME_MARKER.

Change-Id: Iad635e971bdd341328d40681b7acf8a6f43f288d
Signed-off-by: default avatarVivek Kumar <vivekuma@codeaurora.org>
parent 49df0ab2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
#include <asm/setup.h>
#include <asm/sections.h>
#include <asm/cacheflush.h>

#include <soc/qcom/boot_stats.h>
static int kernel_init(void *);

extern void init_IRQ(void);
@@ -962,6 +962,7 @@ static int __ref kernel_init(void *unused)
	numa_default_policy();

	flush_delayed_fput();
	place_marker("M : Kernel End");

	if (ramdisk_execute_command) {
		ret = run_init_process(ramdisk_execute_command);