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

Commit b641d33d authored by Ping Jiang's avatar Ping Jiang
Browse files

power: reset: fix compilation error



flush_cache_all() is not supported in msm-5.4.

Change-Id: Ibd87c401d37917f341049e5b19db97dd79eafbb2
Signed-off-by: default avatarPing Jiang <scottjiang@codeaurora.org>
parent 8a7d4fed
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ static int do_vm_restart(struct notifier_block *unused, unsigned long action,
{
	pr_notice("Going down for vm restart now\n");

	flush_cache_all();

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