[PATCH] x86-64: i386 vDSO: add PT_NOTE segment

From: Roland McGrath
Date: Thu Apr 07 2005 - 22:58:16 EST


Assuming my previous patch goes into the native i386 vDSO,
this patch makes the x86_64's 32-bit vDSO match it.

Thanks,
Roland

Signed-off-by: Roland McGrath <roland@xxxxxxxxxx>

--- linux-2.6/arch/x86_64/ia32/vsyscall-sigreturn.S
+++ linux-2.6/arch/x86_64/ia32/vsyscall-sigreturn.S
@@ -118,3 +118,6 @@ __kernel_rt_sigreturn:

.align 4
.LENDFDE3:
+
+#include "../../i386/kernel/vsyscall-note.S"
+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/