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)
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>

No differences found