
From: Roland McGrath <roland@redhat.com>

Use the i386 PT_NOTE segment in x86_64 as well.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/ia32/vsyscall-sigreturn.S |    3 +++
 1 files changed, 3 insertions(+)

diff -puN arch/x86_64/ia32/vsyscall-sigreturn.S~x86-64-i386-vdso-add-pt_note-segment arch/x86_64/ia32/vsyscall-sigreturn.S
--- 25/arch/x86_64/ia32/vsyscall-sigreturn.S~x86-64-i386-vdso-add-pt_note-segment	Fri Apr  8 16:21:04 2005
+++ 25-akpm/arch/x86_64/ia32/vsyscall-sigreturn.S	Fri Apr  8 16:21:04 2005
@@ -118,3 +118,6 @@ __kernel_rt_sigreturn:
 
 	.align 4
 .LENDFDE3:
+
+#include "../../i386/kernel/vsyscall-note.S"
+
_
