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

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Jan 29 09:14:07 EST 2010


> +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.



More information about the linux-arm-kernel mailing list