From 7dc41a0e9f9f51e604bbd113912222c81a97acb2 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 19 Feb 2013 23:04:02 +0100 Subject: [PATCH] --- yaml --- r: 356327 b: refs/heads/master c: dc5322e5ae6a4688a998153976b52564916ec976 h: refs/heads/master i: 356325: 08a131c9ea7720bc279bd9692e9a42536f77c91f 356323: 3210160aff04cfc6ac4f2deb609a830da6012b5d 356319: c9d4d9017ef0aae896fa2e9216adf722aafaba7f v: v3 --- [refs] | 2 +- trunk/arch/parisc/include/asm/signal.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 4cc1a8ccf1ea..8c3b1ce0cabf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f03d70a7fc952a7fd01c678ad409c932a925637b +refs/heads/master: dc5322e5ae6a4688a998153976b52564916ec976 diff --git a/trunk/arch/parisc/include/asm/signal.h b/trunk/arch/parisc/include/asm/signal.h index 0fdb3c835952..b1a7c4c4a53a 100644 --- a/trunk/arch/parisc/include/asm/signal.h +++ b/trunk/arch/parisc/include/asm/signal.h @@ -3,16 +3,12 @@ #include - #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. */