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> |
||
---|---|---|
.. | ||
clkdev.h | ||
clock.h | ||
debug-macro.S | ||
gpio.h | ||
io.h | ||
keyboard.h | ||
memory.h | ||
padmux.h | ||
shirq.h | ||
system.h | ||
timex.h | ||
uncompress.h | ||
vmalloc.h |