patch-2.4.8 linux/include/asm-s390/bitops.h
Next file: linux/include/asm-s390/byteorder.h
Previous file: linux/include/asm-s390/atomic.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 25 14:12:02 2001
- Orig file:
v2.4.7/linux/include/asm-s390/bitops.h
- Orig date:
Wed Jul 25 17:10:25 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-s390/bitops.h linux/include/asm-s390/bitops.h
@@ -831,7 +831,7 @@
" icm %0,2,1(%1)\n"
" icm %0,4,2(%1)\n"
" icm %0,8,3(%1)"
- : "=&a" (word) : "a" (p) );
+ : "=&a" (word) : "a" (p) : "cc" );
word >>= bit;
res = bit;
/* Look for zero in first longword */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)