patch-2.2.15 linux/arch/alpha/math-emu/sfp-machine.h

Next file: linux/arch/alpha/mm/extable.c
Previous file: linux/arch/alpha/math-emu/math.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/alpha/math-emu/sfp-machine.h linux/arch/alpha/math-emu/sfp-machine.h
@@ -74,7 +74,7 @@
 #define FP_EX_INEXACT		IEEE_TRAP_ENABLE_INE
 #define FP_EX_DENORM		IEEE_TRAP_ENABLE_DNO
 
-#define FP_DENORM_ZERO		(fpcw & IEEE_MAP_DMZ)
+#define FP_DENORM_ZERO		(swcr & IEEE_MAP_DMZ)
 
 #define FP_HANDLE_EXCEPTIONS return _fex
 

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