X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-parisc%2Ftypes.h;h=34fdce361a5abbebfef5645a3399a20e0515f226;hb=3668b45d46f777b0773ef5ff49531c1144efb6dd;hp=d21b9d0d63eabc37485671c951a7fc2dee470775;hpb=0481990b758628e12f4b0a9e15094e70cefc7cd1;p=powerpc.git diff --git a/include/asm-parisc/types.h b/include/asm-parisc/types.h index d21b9d0d63..34fdce361a 100644 --- a/include/asm-parisc/types.h +++ b/include/asm-parisc/types.h @@ -33,8 +33,10 @@ typedef unsigned long long __u64; #ifdef __LP64__ #define BITS_PER_LONG 64 +#define SHIFT_PER_LONG 6 #else #define BITS_PER_LONG 32 +#define SHIFT_PER_LONG 5 #endif #ifndef __ASSEMBLY__