[PATCH] [2.6.1-mm4] RAID6 doesn't build on x86_64

From: Bernhard Rosenkraenzer
Date: Mon Jan 19 2004 - 18:58:15 EST


Trivial fix attached

LLaP
bero

--
Ark Linux - Linux for the masses
http://www.arklinux.org/

Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php--- linux-2.6.1/drivers/md/raid6algos.c.ark 2004-01-20 07:59:19.008849008 +0100
+++ linux-2.6.1/drivers/md/raid6algos.c 2004-01-20 07:59:22.364338896 +0100
@@ -55,7 +55,7 @@
&raid6_sse2x2,
#endif
#if defined(__x86_64__)
- &raid6_sse2x4;
+ &raid6_sse2x4,
#endif
NULL
};