patch-2.1.101 linux/include/asm-mips/types.h

Next file: linux/include/asm-mips/uaccess.h
Previous file: linux/include/asm-mips/timex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/include/asm-mips/types.h linux/include/asm-mips/types.h
@@ -60,15 +60,14 @@
 typedef __signed__ long long s64;
 typedef unsigned long long u64;
 #endif
-#define BITS_PER_LONG 32
   
 #else
   
 typedef __signed__ long s64;
 typedef unsigned long u64;
-#define BITS_PER_LONG 64
 
 #endif
+#define BITS_PER_LONG _MIPS_SZLONG
 
 #endif /* __KERNEL__ */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov