commit | e012a7b6000a955f1d706cab288e938207c74ba7 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 11 11:13:03 2007 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 11 11:13:03 2007 +0200 |
tree | 887a8b6ab77b20f64e7a4a63667a0f4d6dd00520 | |
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>
diff --git a/arch/i386/kernel/vsyscall-int80_32.S b/arch/i386/kernel/vsyscall-int80_32.S index 530d052..103cab6 100644 --- a/arch/i386/kernel/vsyscall-int80_32.S +++ b/arch/i386/kernel/vsyscall-int80_32.S
@@ -50,4 +50,4 @@ /* * Get the common code for the sigreturn entry points. */ -#include "vsyscall-sigreturn.S" +#include "vsyscall-sigreturn_32.S"
diff --git a/arch/i386/kernel/vsyscall-sigreturn.S b/arch/i386/kernel/vsyscall-sigreturn_32.S similarity index 100% rename from arch/i386/kernel/vsyscall-sigreturn.S rename to arch/i386/kernel/vsyscall-sigreturn_32.S
diff --git a/arch/i386/kernel/vsyscall-sysenter_32.S b/arch/i386/kernel/vsyscall-sysenter_32.S index 1a36d26..ed879bf 100644 --- a/arch/i386/kernel/vsyscall-sysenter_32.S +++ b/arch/i386/kernel/vsyscall-sysenter_32.S
@@ -119,4 +119,4 @@ /* * Get the common code for the sigreturn entry points. */ -#include "vsyscall-sigreturn.S" +#include "vsyscall-sigreturn_32.S"