patch-2.4.19 linux-2.4.19/include/asm-arm/arch-nexuspci/uncompress.h

Next file: linux-2.4.19/include/asm-arm/arch-rpc/io.h
Previous file: linux-2.4.19/include/asm-arm/arch-mx1ads/vmalloc.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-arm/arch-nexuspci/uncompress.h linux-2.4.19/include/asm-arm/arch-nexuspci/uncompress.h
@@ -20,7 +20,7 @@
 void _ll_write_char(char c)
 {
 	while (!(__raw_readb(DUART_START + 0x4) & 0x4))
-		;
+		barrier();
 	__raw_writeb(c, DUART_START + 0xc);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)