L1 & L2 cache flush sequence on CortexA5 MPcore w.r.t low power modes
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon May 14 11:58:59 EDT 2012
On Mon, May 14, 2012 at 04:50:22PM +0100, Lorenzo Pieralisi wrote:
> > 2. L2 disable
> > 3. L1 clean & invalidate
>
> This is wrong again since while cleaning and invalidating the cache (L1 here)
> can still allocate and this must not happen.
No it isn't. There is never anything wrong with allocating new caches lines
into a cache which is going to (eventually) be powered down. Ever.
What would be wrong is if we end up with dirty cache lines in the cache
to be powered down for data which we _care_ about preserving when power
is lost.
That's a _very_ _very_ important difference.
Sure, if we're talking about avoiding cache snooping etc, then we may
wish to disable coherency, but, again, there's absolutely nothing wrong
with allocating cache lines.
Take a moment to think why this is. Where's the data pulled into the
cache stored - in RAM. The copy in the cache, while it remains clean,
is just a duplicate of what's already stored elsewhere in the system.
More information about the linux-arm-kernel
mailing list