[RFC PATCH 04/12] arm: mm: cache-l2x0: add l2x0 suspend and resume functions

Daniel Walker dwalker at codeaurora.org
Fri Jan 29 09:35:42 EST 2010


On Fri, 2010-01-29 at 14:14 +0000, Russell King - ARM Linux wrote:
> > +static inline void l2x0_flush_all(void)
> > +{
> > +	/* clean and invalidate all ways */
> > +	sync_writel(0xff, L2X0_CLEAN_INV_WAY, 0xff);
> > +	cache_sync();
> > +}
> 
> Note that this patch is out of date; it won't apply to current kernels
> and build.

Do you generally prefer patches against current -rc kernels, or against
-next (or you development tree)?

Daniel




More information about the linux-arm-kernel mailing list