]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Consolidate restore_sigmask
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Jun 2007 05:15:51 +0000 (15:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 14 Jun 2007 12:29:58 +0000 (22:29 +1000)
commitdb277e9a67b9d81b9d6cd74edf0c3e1a0ef2aa4b
tree288e98873d04c9a89b437f1a4a961acaebb90958
parent69d15f6b352a681f1db9bc70219a3e8e9d503dbf
[POWERPC] Consolidate restore_sigmask

restore_sigmask is exactly the same on 32 and 64bit, so move it to
common code.  Also move _BLOCKABLE to signal.h to avoid defining it
multiple times.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/signal.c
arch/powerpc/kernel/signal.h
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_64.c