X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fsignal.h;h=a4d8f864854125e1f1bdd369738519d844f7538e;hb=bfe5d834195b3089b8846577311340376cc0f450;hp=694c8d2dab8777d67094c0ef610a5bc4c3844160;hpb=78b9c0f91cf908616b8f9f356e1d1220e727ea88;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 */