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

Commit 1b5da171 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "init/main: Put kernel end place_marker"

parents 12fee561 a639d14d
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);