Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / parisc / include / uapi / asm / bitsperlong.h
index e0a23c7..07fa7e5 100644 (file)
@@ -3,10 +3,8 @@
 
 #if defined(__LP64__)
 #define __BITS_PER_LONG 64
-#define SHIFT_PER_LONG 6
 #else
 #define __BITS_PER_LONG 32
-#define SHIFT_PER_LONG 5
 #endif
 
 #include <asm-generic/bitsperlong.h>