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

Commit 7f96fbc3 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

power: reset: Remove flush_cache_all usage



Remove the flush_cache_all usage from power off driver.
For the crash reset flow, this api is not needed on
latest SoCs and secure world can flush cpu caches.

Change-Id: If50364810e63c72c09ada026f7f295112414c413
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent f4e5de9e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -471,8 +471,6 @@ static void msm_restart_prepare(const char *cmd)
				(enum pon_restart_reason)reason);
	}

	flush_cache_all();

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