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

Next file: linux/include/linux/adfs_fs.h
Previous file: linux/include/asm-m68k/types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.81/linux/include/asm-mips/types.h linux/include/asm-mips/types.h
@@ -60,11 +60,13 @@
 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
 

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