Browse Source

[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>
Roland McGrath 20 years ago
parent
commit
e09b8c0b20
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/x86_64/ia32/vsyscall-sigreturn.S

+ 3 - 0
arch/x86_64/ia32/vsyscall-sigreturn.S

@@ -118,3 +118,6 @@ __kernel_rt_sigreturn:
 
 	.align 4
 .LENDFDE3:
+
+#include "../../i386/kernel/vsyscall-note.S"
+