]> xenbits.xensource.com Git - xen.git/commitdiff
Fix up nosegneg vsyscall elfnote.
authorKeir Fraser <keir@xensource.com>
Sat, 17 Mar 2007 12:24:32 +0000 (12:24 +0000)
committerKeir Fraser <keir@xensource.com>
Sat, 17 Mar 2007 12:24:32 +0000 (12:24 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S

index c2d6dbf159e5940094a3d5228db77178b31daa6d..019d9afb8343e5cd40bcc931543666be61dc389c 100644 (file)
@@ -28,5 +28,5 @@
 #define NOTE_KERNELCAP_END ASM_ELF_NOTE_END
 
 NOTE_KERNELCAP_BEGIN(1, 1)
-NOTE_KERNELCAP(1, "nosegneg")  /* Change 1 back to 0 when glibc is fixed! */
+NOTE_KERNELCAP(0, "nosegneg")
 NOTE_KERNELCAP_END