[PATCH V5 41/63] ST SPEAr: replace readl, writel with readl_relaxed, writel_relaxed in uncompress.h

Russell King - ARM Linux linux at arm.linux.org.uk
Sat Feb 19 09:44:39 EST 2011


On Thu, Jan 20, 2011 at 12:56:19PM +0530, Viresh Kumar wrote:
> readl also calls outer cache maintainance operations which are not available
> during Linux uncompression. This patch replaces readl, writel with readl_relaxed
> and writel_relaxed.

Shouldn't this be near the start of the series?

Also, would:

"SPEAr: replace readl, writel with relaxed versions in uncompress.h

readl() and writel() calls the outer cache maintainance operations
which are not available during Linux uncompression. This patch replaces
readl() and writel() with readl_relaxed() and writel_relaxed() to avoid
the link time errors."

be a better patch description?



More information about the linux-arm-kernel mailing list