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

Next file: linux/include/asm-alpha/unistd.h
Previous file: linux/include/asm-alpha/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.81/linux/include/asm-alpha/types.h linux/include/asm-alpha/types.h
@@ -63,11 +63,13 @@
 
 typedef signed long long s64;
 typedef unsigned long long u64;
+#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