Go to the documentation of this file. 1 #ifndef __ASM_PARISC_BITSPERLONG_H
2 #define __ASM_PARISC_BITSPERLONG_H
10 #if (defined(__KERNEL__) && defined(CONFIG_64BIT)) || defined (__LP64__)
11 #define __BITS_PER_LONG 64
12 #define SHIFT_PER_LONG 6
14 #define __BITS_PER_LONG 32
15 #define SHIFT_PER_LONG 5
18 #include <asm-generic/bitsperlong.h>