Commit 71d85f27 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc: raid6 build fix

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9d242462
......@@ -108,7 +108,7 @@ int raid6_have_altivec(void);
int raid6_have_altivec(void)
{
/* This assumes either all CPUs have Altivec or none does */
return cpu_has_feature(CPU_FTR_ALTIVEC):
return cpu_has_feature(CPU_FTR_ALTIVEC);
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment