linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* L2 cache suspend/resume
@ 2014-04-05 11:27 Russell King - ARM Linux
  2014-04-06 11:40 ` Shawn Guo
  2014-04-07 15:35 ` Stephen Warren
  0 siblings, 2 replies; 6+ messages in thread
From: Russell King - ARM Linux @ 2014-04-05 11:27 UTC (permalink / raw)
  To: linux-arm-kernel

While looking through the L2 resume code paths, I notice that:

 * exynos
 * imx
 * tegra

all resume their L2 caches from assembly code, rather than using
outer_disable() before cpu_suspend(), and outer_resume() afterwards.
>From what I can see, these are all running in the secure world, so that
isn't the reason.

What is the reason for this difference?  Can these three be converted to
the outer_disable()...outer_resume() method?

-- 
FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly
improving, and getting towards what was expected from it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-08  2:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 11:27 L2 cache suspend/resume Russell King - ARM Linux
2014-04-06 11:40 ` Shawn Guo
2014-04-06 11:46   ` Russell King - ARM Linux
2014-04-06 12:19     ` Shawn Guo
2014-04-07 15:35 ` Stephen Warren
2014-04-08  2:46   ` Joseph Lo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).