vserver 2.0 rc7
[linux-2.6.git] / drivers / md / raid6altivec.uc
index f4ff644..1de8f03 100644 (file)
@@ -108,11 +108,7 @@ int raid6_have_altivec(void);
 int raid6_have_altivec(void)
 {
        /* This assumes either all CPUs have Altivec or none does */
-#ifdef CONFIG_PPC64
-       return cur_cpu_spec->cpu_features & CPU_FTR_ALTIVEC;
-#else
-       return cur_cpu_spec[0]->cpu_features & CPU_FTR_ALTIVEC;
-#endif
+       return cpu_has_feature(CPU_FTR_ALTIVEC);
 }
 #endif