dslinux/linux-2.6.x/include/asm-arm/arch-nds io.h

amadeus dslinux_amadeus at user.in-berlin.de
Fri Aug 18 12:39:37 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/include/asm-arm/arch-nds
In directory antilope:/tmp/cvs-serv11625/linux-2.6.x/include/asm-arm/arch-nds

Modified Files:
	io.h 
Log Message:
8bit write cleanup

Index: io.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/include/asm-arm/arch-nds/io.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- io.h	3 Jul 2006 20:23:29 -0000	1.2
+++ io.h	18 Aug 2006 10:39:34 -0000	1.3
@@ -48,7 +48,7 @@
 #define __raw_writeb(value,address)			\
 ({							\
 	__asm__ __volatile__(                           \
-        "strb   %0, [%1]"                               \
+        "strb   %0, [%1] @ writeb"                      \
         : : "r" (value), "r" (address));                \
 })
 




More information about the dslinux-commit mailing list