diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:05:19 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:14:59 +0100 |
commit | ab1c0cc7c96c17ea903ca6d3e42e7d2696b32b6c (patch) | |
tree | 9a72e06cab7b6dd293b16048d2928695c935ea46 /arch/um/os-Linux/sys-x86/Makefile | |
parent | 248b74c79ebb9fb55e146797a808836d90418c4b (diff) | |
download | talos-op-linux-ab1c0cc7c96c17ea903ca6d3e42e7d2696b32b6c.tar.gz talos-op-linux-ab1c0cc7c96c17ea903ca6d3e42e7d2696b32b6c.zip |
um: finish conversion to mcontext_t
now we don't mix host and guest signal frame layouts anymore; moreover,
we don't need host's struct sigcontext at all.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/os-Linux/sys-x86/Makefile')
-rw-r--r-- | arch/um/os-Linux/sys-x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/sys-x86/Makefile b/arch/um/os-Linux/sys-x86/Makefile index 22cc5073c020..253bfb8cb702 100644 --- a/arch/um/os-Linux/sys-x86/Makefile +++ b/arch/um/os-Linux/sys-x86/Makefile @@ -3,7 +3,7 @@ # Licensed under the GPL # -obj-y = registers.o task_size.o +obj-y = registers.o task_size.o mcontext.o obj-$(CONFIG_X86_32) += tls.o obj-$(CONFIG_64BIT) += prctl.o |