diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:46 -0400 |
commit | 56cc623cd7e9a36ae57fbf43f85adc11cff13042 (patch) | |
tree | 1dff7c9f0bbb71cfd2c5fc0d178d52f8ac3b257c /arch/i386/kernel | |
parent | 5bdef8fd610b8b07cf58ad2139f1f76bf127ad5d (diff) |
i386: prepare shared kernel/sigframe.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/kernel')
-rw-r--r-- | arch/i386/kernel/asm-offsets_32.c | 2 | ||||
-rw-r--r-- | arch/i386/kernel/sigframe_32.h (renamed from arch/i386/kernel/sigframe.h) | 0 | ||||
-rw-r--r-- | arch/i386/kernel/signal_32.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/asm-offsets_32.c b/arch/i386/kernel/asm-offsets_32.c index 7288ac88d746..8029742c0fc1 100644 --- a/arch/i386/kernel/asm-offsets_32.c +++ b/arch/i386/kernel/asm-offsets_32.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/personality.h> | 10 | #include <linux/personality.h> |
11 | #include <linux/suspend.h> | 11 | #include <linux/suspend.h> |
12 | #include <asm/ucontext.h> | 12 | #include <asm/ucontext.h> |
13 | #include "sigframe.h" | 13 | #include "sigframe_32.h" |
14 | #include <asm/pgtable.h> | 14 | #include <asm/pgtable.h> |
15 | #include <asm/fixmap.h> | 15 | #include <asm/fixmap.h> |
16 | #include <asm/processor.h> | 16 | #include <asm/processor.h> |
diff --git a/arch/i386/kernel/sigframe.h b/arch/i386/kernel/sigframe_32.h index 0b2221711dad..0b2221711dad 100644 --- a/arch/i386/kernel/sigframe.h +++ b/arch/i386/kernel/sigframe_32.h | |||
diff --git a/arch/i386/kernel/signal_32.c b/arch/i386/kernel/signal_32.c index f5dd85656c18..c03570f7fe8e 100644 --- a/arch/i386/kernel/signal_32.c +++ b/arch/i386/kernel/signal_32.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <asm/ucontext.h> | 25 | #include <asm/ucontext.h> |
26 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
27 | #include <asm/i387.h> | 27 | #include <asm/i387.h> |
28 | #include "sigframe.h" | 28 | #include "sigframe_32.h" |
29 | 29 | ||
30 | #define DEBUG_SIG 0 | 30 | #define DEBUG_SIG 0 |
31 | 31 | ||