]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86, um: sanitize uml sigcontext.h uses
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Aug 2008 03:58:32 +0000 (23:58 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:55:20 +0000 (22:55 -0700)
commit3be311e324087d94050010b97821b9d77a45e92f
treeaa79e6ac750d5327fd4a4221e84600386dea1659
parent1de1502c96c3c163c06419bfe838c73632fa8d9c
x86, um: sanitize uml sigcontext.h uses

a) the only difference between sigcontext and sysdep/sigcontext
is that the former contains externs for two long-dead functions.
Removed, switched the only user to sysdep/sigcontext

b) asm/sigcontext.h is removable - that of underlying architecture
would get used.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/um/Makefile
arch/um/include/asm/sigcontext-generic.h [deleted file]
arch/um/include/asm/sigcontext-i386.h [deleted file]
arch/um/include/asm/sigcontext-ppc.h [deleted file]
arch/um/include/asm/sigcontext-x86_64.h [deleted file]
arch/um/include/shared/sigcontext.h [deleted file]
arch/um/kernel/signal.c