diff options
| -rw-r--r-- | arch/parisc/include/asm/signal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/include/asm/signal.h b/arch/parisc/include/asm/signal.h index 0fdb3c835952..b1a7c4c4a53a 100644 --- a/arch/parisc/include/asm/signal.h +++ b/arch/parisc/include/asm/signal.h | |||
| @@ -3,16 +3,12 @@ | |||
| 3 | 3 | ||
| 4 | #include <uapi/asm/signal.h> | 4 | #include <uapi/asm/signal.h> |
| 5 | 5 | ||
| 6 | |||
| 7 | #define _NSIG 64 | 6 | #define _NSIG 64 |
| 8 | /* bits-per-word, where word apparently means 'long' not 'int' */ | 7 | /* bits-per-word, where word apparently means 'long' not 'int' */ |
| 9 | #define _NSIG_BPW BITS_PER_LONG | 8 | #define _NSIG_BPW BITS_PER_LONG |
| 10 | #define _NSIG_WORDS (_NSIG / _NSIG_BPW) | 9 | #define _NSIG_WORDS (_NSIG / _NSIG_BPW) |
| 11 | 10 | ||
| 12 | # ifndef __ASSEMBLY__ | 11 | # ifndef __ASSEMBLY__ |
| 13 | #ifdef CONFIG_64BIT | ||
| 14 | #else | ||
| 15 | #endif | ||
| 16 | 12 | ||
| 17 | /* Most things should be clean enough to redefine this at will, if care | 13 | /* Most things should be clean enough to redefine this at will, if care |
| 18 | is taken to make libc match. */ | 14 | is taken to make libc match. */ |
