[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>
This commit is contained in:
parent
c97db4a0a7
commit
e09b8c0b20
|
@ -118,3 +118,6 @@ __kernel_rt_sigreturn:
|
|||
|
||||
.align 4
|
||||
.LENDFDE3:
|
||||
|
||||
#include "../../i386/kernel/vsyscall-note.S"
|
||||
|
||||
|
|
Loading…
Reference in New Issue