i386: prepare shared kernel/vsyscall-sigreturn.S
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:03 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:03 +0000 (11:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/kernel/vsyscall-int80_32.S
arch/i386/kernel/vsyscall-sigreturn_32.S [moved from arch/i386/kernel/vsyscall-sigreturn.S with 100% similarity]
arch/i386/kernel/vsyscall-sysenter_32.S

index 530d052..103cab6 100644 (file)
@@ -50,4 +50,4 @@ __kernel_vsyscall:
 /*
  * Get the common code for the sigreturn entry points.
  */
-#include "vsyscall-sigreturn.S"
+#include "vsyscall-sigreturn_32.S"
index 1a36d26..ed879bf 100644 (file)
@@ -119,4 +119,4 @@ SYSENTER_RETURN:
 /*
  * Get the common code for the sigreturn entry points.
  */
-#include "vsyscall-sigreturn.S"
+#include "vsyscall-sigreturn_32.S"