diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-04-18 04:50:54 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-18 04:50:54 -0700 |
| commit | 1b5da171e898c6878130856c89c567f65d2ffd82 (patch) | |
| tree | 74473c7ace5792c700c1b2d90dc3afc88ee0900b | |
| parent | 12fee561b0828330250779ca1404d3e9c0abcdad (diff) | |
| parent | a639d14d313bc3f1757452ab69aafe60ced91261 (diff) | |
Merge "init/main: Put kernel end place_marker"
| -rw-r--r-- | init/main.c | 3 |
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); |
