intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"
[mesa.git] / src / mesa / ppc / common_ppc.c
index 13526df78c98ab316d1831909fb788090093c207..c7cec96e5d51c506611df975e45b6528068c186f 100644 (file)
@@ -38,6 +38,9 @@
 #include <elf.h>
 #endif
 
+#include "common_ppc_features.h"
+
+
 unsigned long _mesa_ppc_cpu_features = 0;
 
 /**
@@ -82,7 +85,7 @@ void _mesa_init_all_ppc_transform_asm( void )
    }
    
 # ifndef USE_VMX_ASM
-   _mesa_ppc_cpu_features &= ~PPC_FEATURES_HAS_ALTIVEC;
+   _mesa_ppc_cpu_features &= ~PPC_FEATURE_HAS_ALTIVEC;
 # endif
 #endif
 }