diff options
author | Roland McGrath <roland@redhat.com> | 2005-04-16 15:24:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:24:50 -0700 |
commit | e09b8c0b2006f5e6b543f7458b684d6ebd99e271 (patch) | |
tree | 3525a3530308b8d073b7a42e0f46d1b5f7863074 /arch/x86_64/ia32 | |
parent | c97db4a0a7d4d5be8c64a8d649a4425ee195b05c (diff) | |
download | kernel_samsung_tuna-e09b8c0b2006f5e6b543f7458b684d6ebd99e271.zip kernel_samsung_tuna-e09b8c0b2006f5e6b543f7458b684d6ebd99e271.tar.gz kernel_samsung_tuna-e09b8c0b2006f5e6b543f7458b684d6ebd99e271.tar.bz2 |
[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 <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/ia32')
-rw-r--r-- | arch/x86_64/ia32/vsyscall-sigreturn.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/vsyscall-sigreturn.S b/arch/x86_64/ia32/vsyscall-sigreturn.S index ba4067d..8b5a4b0 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" + |