From: viresh kumar Date: Wed, 16 Feb 2011 06:41:06 +0000 (+0100) Subject: ARM: 6712/1: SPEAr: replace readl(), writel() with relaxed versions in uncompress.h X-Git-Tag: v2.6.38-rc6~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac1556b37e9b06a41d7691dca0d50a28210488f9;p=pandora-kernel.git ARM: 6712/1: 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. Reviewed-by: Stanley Miao Signed-off-by: Viresh Kumar Signed-off-by: Russell King --- Reading git-diff-tree failed