x86: Remove toolchain check for X32 ABI capability
[linux-block.git] / arch / x86 / include / asm / vdso.h
index 98aa103eb4ab4af3204c03cbe6aecefd3da76407..2963a2f5dbc4082d37572c54b6afaca55fbb3663 100644 (file)
@@ -37,7 +37,7 @@ struct vdso_image {
 extern const struct vdso_image vdso_image_64;
 #endif
 
-#ifdef CONFIG_X86_X32
+#ifdef CONFIG_X86_X32_ABI
 extern const struct vdso_image vdso_image_x32;
 #endif