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

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

Merge "drivers: msm-poweroff: Flush all caches during reset"

parents bdba9852 7805103b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -856,6 +856,7 @@ static void ipi_cpu_stop(unsigned int cpu)

	set_cpu_active(cpu, false);

	flush_cache_all();
	local_irq_disable();

	while (1)
+2 −0
Original line number Diff line number Diff line
@@ -329,6 +329,8 @@ static void msm_restart_prepare(const char *cmd)
		}
	}

	flush_cache_all();

	/*outer_flush_all is not supported by 64bit kernel*/
#ifndef CONFIG_ARM64
	outer_flush_all();