]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/vdso/vdso32.S
fat: improve fat_hash()
[linux-2.6-omap-h63xx.git] / arch / x86 / vdso / vdso32.S
index cab020c99c3daee1302323b298852c8355926939..2ce5f82c333b15c255b621e63d7bc57b7278b361 100644 (file)
@@ -2,14 +2,21 @@
 
 __INITDATA
 
-       .globl vsyscall_int80_start, vsyscall_int80_end
-vsyscall_int80_start:
+       .globl vdso32_int80_start, vdso32_int80_end
+vdso32_int80_start:
        .incbin "arch/x86/vdso/vdso32-int80.so"
-vsyscall_int80_end:
+vdso32_int80_end:
 
-       .globl vsyscall_sysenter_start, vsyscall_sysenter_end
-vsyscall_sysenter_start:
+       .globl vdso32_syscall_start, vdso32_syscall_end
+vdso32_syscall_start:
+#ifdef CONFIG_COMPAT
+       .incbin "arch/x86/vdso/vdso32-syscall.so"
+#endif
+vdso32_syscall_end:
+
+       .globl vdso32_sysenter_start, vdso32_sysenter_end
+vdso32_sysenter_start:
        .incbin "arch/x86/vdso/vdso32-sysenter.so"
-vsyscall_sysenter_end:
+vdso32_sysenter_end:
 
 __FINIT