mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
ac1556b37e
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 <stanley.miao@windriver.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
include/plat | ||
clock.c | ||
Kconfig | ||
Makefile | ||
padmux.c | ||
shirq.c | ||
time.c |