summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/signal.h
diff options
context:
space:
mode:
authorH. Peter Anvin2012-09-22 02:18:44 +0200
committerH. Peter Anvin2012-09-22 02:18:44 +0200
commit49b8c695e331c9685e6ffdbf34872509d77c8459 (patch)
treed4afdfae0115b2ab56687d23d6329d6ad934788f /arch/x86/include/asm/signal.h
parentx86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry (diff)
parentx86, kvm: fix kvm's usage of kernel_fpu_begin/end() (diff)
downloadkernel-qcow2-linux-49b8c695e331c9685e6ffdbf34872509d77c8459.tar.gz
kernel-qcow2-linux-49b8c695e331c9685e6ffdbf34872509d77c8459.tar.xz
kernel-qcow2-linux-49b8c695e331c9685e6ffdbf34872509d77c8459.zip
Merge branch 'x86/fpu' into x86/smap
Reason for merge: x86/fpu changed the structure of some of the code that x86/smap changes; mostly fpu-internal.h but also minor changes to the signal code. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Resolved Conflicts: arch/x86/ia32/ia32_signal.c arch/x86/include/asm/fpu-internal.h arch/x86/kernel/signal.c
Diffstat (limited to 'arch/x86/include/asm/signal.h')
-rw-r--r--arch/x86/include/asm/signal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/signal.h b/arch/x86/include/asm/signal.h
index 598457cbd0f8..323973f4abf1 100644
--- a/arch/x86/include/asm/signal.h
+++ b/arch/x86/include/asm/signal.h
@@ -31,6 +31,10 @@ typedef struct {
unsigned long sig[_NSIG_WORDS];
} sigset_t;
+#ifndef CONFIG_COMPAT
+typedef sigset_t compat_sigset_t;
+#endif
+
#else
/* Here we must cater to libcs that poke about in kernel headers. */