Revision 661f10f6b6ce55c737e88c4803453eba4ba3a61c authored by Rabin Vincent on 29 July 2010, 11:13:18 UTC, committed by Russell King on 29 July 2010, 13:04:35 UTC
Don't use writeb() in uncompress.h, to avoid the following build errors
when the "Add barriers to the I/O accessors" series is applied.  Use
__raw_writeb() instead.

arch/arm/boot/compressed/misc.o: In function `putc':
arch/arm/mach-ux500/include/mach/uncompress.h:41:
undefined reference to `outer_cache'

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent f1b957d
History

back to top