This patch creates asm-generic/signal.h and consolidates as much as
possible out of the various asm/signal.h filesin into it. Please
test (especially the architecture maintiners).
The patch is at http://www.canb.auug.org.au/~sfr/2.5.26-si.1.diff.gz
The diffstat looks like this:
asm-alpha/signal.h | 77 +-------------
asm-arm/signal.h | 159 -----------------------------
asm-cris/signal.h | 169 -------------------------------
asm-generic/signal.h | 271 +++++++++++++++++++++++++++++++++++++++++++++++++++
asm-i386/signal.h | 173 --------------------------------
asm-ia64/signal.h | 117 +---------------------
asm-m68k/signal.h | 168 -------------------------------
asm-mips/signal.h | 73 +------------
asm-mips64/signal.h | 67 +-----------
asm-parisc/signal.h | 99 +++---------------
asm-ppc/signal.h | 141 --------------------------
asm-ppc64/signal.h | 137 -------------------------
asm-s390/signal.h | 146 ---------------------------
asm-s390x/signal.h | 146 ---------------------------
asm-sh/signal.h | 158 -----------------------------
asm-sparc/signal.h | 82 +++++----------
asm-sparc64/signal.h | 79 ++++----------
asm-x86_64/signal.h | 150 +---------------------------
linux/signal.h | 4
19 files changed, 406 insertions(+), 2010 deletions(-)
The only semantic change should be the removal of SIGUNUSED from all
architecures except i386 and parisc (and I don't know why they still
use it).
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/