X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fsignal.h;h=a4d8f864854125e1f1bdd369738519d844f7538e;hb=81a07d7588d376c530d006e24d7981304ce96e16;hp=694c8d2dab8777d67094c0ef610a5bc4c3844160;hpb=d72d6f1b5647258e83819b51f72fe37e2b7d7965;p=powerpc.git diff --git a/include/asm-powerpc/signal.h b/include/asm-powerpc/signal.h index 694c8d2dab..a4d8f86485 100644 --- a/include/asm-powerpc/signal.h +++ b/include/asm-powerpc/signal.h @@ -2,10 +2,13 @@ #define _ASM_POWERPC_SIGNAL_H #include -#include #define _NSIG 64 -#define _NSIG_BPW BITS_PER_LONG +#ifdef __powerpc64__ +#define _NSIG_BPW 64 +#else +#define _NSIG_BPW 32 +#endif #define _NSIG_WORDS (_NSIG / _NSIG_BPW) typedef unsigned long old_sigset_t; /* at least 32 bits */