From e09b8c0b2006f5e6b543f7458b684d6ebd99e271 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 16 Apr 2005 15:24:50 -0700 Subject: [PATCH] [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 --- arch/x86_64/ia32/vsyscall-sigreturn.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86_64/ia32/vsyscall-sigreturn.S b/arch/x86_64/ia32/vsyscall-sigreturn.S index ba4067d350e4..8b5a4b060bb5 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" + -- 2.20.1