diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:03 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:03 -0400 |
commit | e012a7b6000a955f1d706cab288e938207c74ba7 (patch) | |
tree | 887a8b6ab77b20f64e7a4a63667a0f4d6dd00520 /arch/i386/kernel/vsyscall-sysenter_32.S | |
parent | 6ddf19584021f3c5774823278d42ee3f3124b650 (diff) |
i386: prepare shared kernel/vsyscall-sigreturn.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/kernel/vsyscall-sysenter_32.S')
-rw-r--r-- | arch/i386/kernel/vsyscall-sysenter_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/vsyscall-sysenter_32.S b/arch/i386/kernel/vsyscall-sysenter_32.S index 1a36d26e15eb..ed879bf42995 100644 --- a/arch/i386/kernel/vsyscall-sysenter_32.S +++ b/arch/i386/kernel/vsyscall-sysenter_32.S | |||
@@ -119,4 +119,4 @@ SYSENTER_RETURN: | |||
119 | /* | 119 | /* |
120 | * Get the common code for the sigreturn entry points. | 120 | * Get the common code for the sigreturn entry points. |
121 | */ | 121 | */ |
122 | #include "vsyscall-sigreturn.S" | 122 | #include "vsyscall-sigreturn_32.S" |