提交 2402ff05 编写于 作者: T Tony Lindgren

ARM: OMAP2+: Use v7_invalidate_l1 in omap4_finish_suspend

We can use just v7_invalidate_l1 here instead of v7_flush_dcache_all
like the comments say.

Cc: Tero Kristo <t-kristo@ti.com>
Cc: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 1ff4cb67
...@@ -90,12 +90,7 @@ skip_secure_l1_clean: ...@@ -90,12 +90,7 @@ skip_secure_l1_clean:
mcr p15, 0, r0, c1, c0, 0 mcr p15, 0, r0, c1, c0, 0
isb isb
/* bl v7_invalidate_l1
* Invalidate L1 data cache. Even though only invalidate is
* necessary exported flush API is used here. Doing clean
* on already clean cache would be almost NOP.
*/
bl v7_flush_dcache_all
/* /*
* Switch the CPU from Symmetric Multiprocessing (SMP) mode * Switch the CPU from Symmetric Multiprocessing (SMP) mode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册