Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1974
Modified Files:
bitops.h
Log Message:
- Remove FIXME comment that doesn't apply any more. Thanks to Kenn
for spotting!
Index: bitops.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/bitops.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- bitops.h 19 Nov 2004 14:29:30 -0000 1.15
+++ bitops.h 20 Nov 2004 13:52:32 -0000 1.16
@@ -393,11 +393,6 @@
{
int r;
- /*
- * FIXME: We're forcing the input to be in memory or register.
- * However, if was "g", gcc may decide to make an immediate value
- * out of it, which is not accepted by CPU (and gas).
- */
__asm__("ffs $0, $32, %1, %0\n"
"bnequ 1f\n"
"movl $-1,%0\n"
|