diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:13 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:13 -0400 |
commit | 565b56cc9929fd4e682850df960f0766c8363383 (patch) | |
tree | e720eaa6ad8a16c7bf8402dc76b3d65fb3f61f5a /arch/x86_64/ia32 | |
parent | fcaf15d788dc0c8354dbcf449e260cb303120b75 (diff) |
i386: prepare shared kernel/vsyscall-note.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/ia32')
-rw-r--r-- | arch/x86_64/ia32/vsyscall-sigreturn.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/vsyscall-sigreturn.S b/arch/x86_64/ia32/vsyscall-sigreturn.S index 1384367cdbe1..83e7fd683c3d 100644 --- a/arch/x86_64/ia32/vsyscall-sigreturn.S +++ b/arch/x86_64/ia32/vsyscall-sigreturn.S | |||
@@ -139,5 +139,5 @@ __kernel_rt_sigreturn: | |||
139 | .align 4 | 139 | .align 4 |
140 | .LENDFDE3: | 140 | .LENDFDE3: |
141 | 141 | ||
142 | #include "../../i386/kernel/vsyscall-note.S" | 142 | #include "../../i386/kernel/vsyscall-note_32.S" |
143 | 143 | ||