patch-2.4.2 linux/include/math-emu/op-2.h

Next file: linux/include/net/ip_fib.h
Previous file: linux/include/linux/wait.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/include/math-emu/op-2.h linux/include/math-emu/op-2.h
@@ -79,7 +79,7 @@
     else								\
       {									\
 	X##_f0 = (X##_f1 >> ((N) - _FP_W_TYPE_SIZE) |			\
-		  (((X##_f1 << (sz - (N))) | X##_f0) != 0));		\
+		(((X##_f1 << (2*_FP_W_TYPE_SIZE - (N))) | X##_f0) != 0)); \
 	X##_f1 = 0;							\
       }									\
   } while (0)

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