diff options
author | Helge Deller <deller@gmx.de> | 2013-02-19 17:04:02 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-02-20 16:57:40 -0500 |
commit | dc5322e5ae6a4688a998153976b52564916ec976 (patch) | |
tree | 087140fe0d5f0d4406b33213a6a77e20a7e64e7c /arch/parisc/include | |
parent | f03d70a7fc952a7fd01c678ad409c932a925637b (diff) |
parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.h
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-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. */ |