From: Roland McGrath Date: Sat, 16 Apr 2005 22:24:50 +0000 (-0700) Subject: [PATCH] x86-64: i386 vDSO: add PT_NOTE segment X-Git-Tag: v2.6.12-rc3~179 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e09b8c0b2006f5e6b543f7458b684d6ebd99e271;p=~emulex%2Finfiniband.git [PATCH] x86-64: i386 vDSO: add PT_NOTE segment Use the i386 PT_NOTE segment in x86_64 as well. Signed-off-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/ia32/vsyscall-sigreturn.S b/arch/x86_64/ia32/vsyscall-sigreturn.S index ba4067d350e..8b5a4b060bb 100644 --- a/arch/x86_64/ia32/vsyscall-sigreturn.S +++ b/arch/x86_64/ia32/vsyscall-sigreturn.S @@ -118,3 +118,6 @@ __kernel_rt_sigreturn: .align 4 .LENDFDE3: + +#include "../../i386/kernel/vsyscall-note.S" +