patch-2.4.10 linux/include/asm-mips/div64.h
Next file: linux/include/asm-mips/elf.h
Previous file: linux/include/asm-mips/dec/tcmodule.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Sun Sep  9 10:43:01 2001
-  Orig file: 
v2.4.9/linux/include/asm-mips/div64.h
-  Orig date: 
Tue Jul  3 17:08:21 2001
diff -u --recursive --new-file v2.4.9/linux/include/asm-mips/div64.h linux/include/asm-mips/div64.h
@@ -16,7 +16,8 @@
  * No traps on overflows for any of these...
  */
 
-#if (_MIPS_ISA == _MIPS_ISA_MIPS1) || (_MIPS_ISA == _MIPS_ISA_MIPS2)
+#if (_MIPS_ISA == _MIPS_ISA_MIPS1 ) || (_MIPS_ISA == _MIPS_ISA_MIPS2) || \
+    (_MIPS_ISA == _MIPS_ISA_MIPS32)
 
 #define do_div64_32(res, high, low, base) ({ \
 	unsigned long __quot, __mod; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)