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:
parent
49df0ab20d
commit
a639d14d31
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue