aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/sigcontext32.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2009-01-14 15:37:49 -0500
committerH. Peter Anvin <hpa@linux.intel.com>2009-01-14 17:24:22 -0500
commita7c4e68615e20771f279c51a2bec8980675c78c7 (patch)
treed5fff2efe404259749143cdc2f75bf64876276f2 /arch/x86/include/asm/sigcontext32.h
parent444027031cd069ea7e48b016cb33bbf201c8a9f0 (diff)
x86: headers cleanup - sigcontext32.h
Impact: cleanup 'make headers_check' warn us about lack of linux/types.h here. Lets add it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm/sigcontext32.h')
-rw-r--r--arch/x86/include/asm/sigcontext32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/sigcontext32.h b/arch/x86/include/asm/sigcontext32.h
index 6126188cf3a9..ad1478c4ae12 100644
--- a/arch/x86/include/asm/sigcontext32.h
+++ b/arch/x86/include/asm/sigcontext32.h
@@ -1,6 +1,8 @@
1#ifndef _ASM_X86_SIGCONTEXT32_H 1#ifndef _ASM_X86_SIGCONTEXT32_H
2#define _ASM_X86_SIGCONTEXT32_H 2#define _ASM_X86_SIGCONTEXT32_H
3 3
4#include <linux/types.h>
5
4/* signal context for 32bit programs. */ 6/* signal context for 32bit programs. */
5 7
6#define X86_FXSR_MAGIC 0x0000 8#define X86_FXSR_MAGIC 0x0000