dslinux/linux-2.6.x/arch/arm/lib bitops.h

amadeus dslinux_amadeus at user.in-berlin.de
Wed Aug 16 10:34:09 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm/lib
In directory antilope:/tmp/cvs-serv24393/linux-2.6.x/arch/arm/lib

Modified Files:
	bitops.h 
Log Message:
Fix preprocessor typo

Index: bitops.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/arch/arm/lib/bitops.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bitops.h	13 Aug 2006 10:28:46 -0000	1.3
+++ bitops.h	16 Aug 2006 08:34:07 -0000	1.4
@@ -40,7 +40,7 @@
 #ifdef CONFIG_NDS_ROM8BIT
 	add	r1, r1, r0, lsr #3
 	swpb	r3, r2, [r1]
-##else
+#else
 	strb	r2, [r1, r0, lsr #3]
 #endif
 	restore_irqs ip




More information about the dslinux-commit mailing list