summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/asm-offsets_32.c
diff options
context:
space:
mode:
authorHiroshi Shimamoto2008-12-18 03:50:32 +0100
committerIngo Molnar2008-12-18 11:28:54 +0100
commit41af86fad3c40646b9748279e3862781e937a5d2 (patch)
tree38b361f74c19b95a9cae9365742264a522dda294 /arch/x86/kernel/asm-offsets_32.c
parentx86: signal: rename sigframe and rt_sigframe on 32-bit (diff)
downloadkernel-qcow2-linux-41af86fad3c40646b9748279e3862781e937a5d2.tar.gz
kernel-qcow2-linux-41af86fad3c40646b9748279e3862781e937a5d2.tar.xz
kernel-qcow2-linux-41af86fad3c40646b9748279e3862781e937a5d2.zip
x86: signal: move sigframe.h to arch/x86/include/asm
Impact: cleanup, move header file Move arch/x86/kernel/sigframe.h to arch/x86/include/asm/sigframe.h. It will be used in arch/x86/ia32/ia32_signal.c. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/asm-offsets_32.c')
-rw-r--r--arch/x86/kernel/asm-offsets_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c
index 6649d09ad88f..ee4df08feee6 100644
--- a/arch/x86/kernel/asm-offsets_32.c
+++ b/arch/x86/kernel/asm-offsets_32.c
@@ -11,7 +11,7 @@
#include <linux/suspend.h>
#include <linux/kbuild.h>
#include <asm/ucontext.h>
-#include "sigframe.h"
+#include <asm/sigframe.h>
#include <asm/pgtable.h>
#include <asm/fixmap.h>
#include <asm/processor.h>