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: Vivek Kumar <vivekuma@codeaurora.org>
This commit is contained in:
Vivek Kumar 2018-04-13 12:10:32 +05:30 committed by Gerrit - the friendly Code Review server
parent 49df0ab20d
commit a639d14d31

View file

@ -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);