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/asm-offsets_32.c | |
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/asm-offsets_32.c')
-rw-r--r-- | arch/i386/kernel/asm-offsets_32.c | 2 |
1 files changed, 1 insertions, 1 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> |