summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-04-18 04:50:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-18 04:50:54 -0700
commit1b5da171e898c6878130856c89c567f65d2ffd82 (patch)
tree74473c7ace5792c700c1b2d90dc3afc88ee0900b
parent12fee561b0828330250779ca1404d3e9c0abcdad (diff)
parenta639d14d313bc3f1757452ab69aafe60ced91261 (diff)
Merge "init/main: Put kernel end place_marker"
-rw-r--r--init/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index e0390d396e47..84d4bceb1db1 100644
--- a/init/main.c
+++ b/init/main.c
@@ -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);