lkml.org 
[lkml]   [2004]   [Jan]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] [2.6.1-mm4] RAID6 doesn't build on x86_64
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
};
\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.163 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site