Skip to content

Commit

Permalink
parisc: remove empty lines and unnecessary #ifdef coding in include/a…
Browse files Browse the repository at this point in the history
…sm/signal.h

Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Feb 20, 2013
1 parent f03d70a commit dc5322e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/parisc/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@

#include <uapi/asm/signal.h>


#define _NSIG 64
/* bits-per-word, where word apparently means 'long' not 'int' */
#define _NSIG_BPW BITS_PER_LONG
#define _NSIG_WORDS (_NSIG / _NSIG_BPW)

# ifndef __ASSEMBLY__
#ifdef CONFIG_64BIT
#else
#endif

/* Most things should be clean enough to redefine this at will, if care
is taken to make libc match. */
Expand Down

0 comments on commit dc5322e

Please sign in to comment.