* [PATCH] declare raid6_intx32 to fix ia64 build
@ 2004-01-22 23:00 Bjorn Helgaas
2004-01-23 1:55 ` H. Peter Anvin
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2004-01-22 23:00 UTC (permalink / raw)
To: linux-raid; +Cc: mingo, neilb
This patch against 2.6.2-rc1 fixes a build failure on ia64
and fixes a trivial comment error.
===== drivers/md/raid6algos.c 1.1 vs edited =====
--- 1.1/drivers/md/raid6algos.c Tue Jan 20 18:50:57 2004
+++ edited/drivers/md/raid6algos.c Wed Jan 21 17:11:58 2004
@@ -29,6 +29,7 @@
extern const struct raid6_calls raid6_intx4;
extern const struct raid6_calls raid6_intx8;
extern const struct raid6_calls raid6_intx16;
+extern const struct raid6_calls raid6_intx32;
extern const struct raid6_calls raid6_mmxx1;
extern const struct raid6_calls raid6_mmxx2;
extern const struct raid6_calls raid6_sse1x1;
===== drivers/md/raid6int.uc 1.1 vs edited =====
--- 1.1/drivers/md/raid6int.uc Tue Jan 20 18:50:57 2004
+++ edited/drivers/md/raid6int.uc Thu Jan 22 15:58:02 2004
@@ -15,7 +15,7 @@
*
* $#-way unrolled portable integer math RAID-6 instruction set
*
- * This file is postprocessed using unroller.pl
+ * This file is postprocessed using unroll.pl
*/
#include "raid6.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-23 1:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-22 23:00 [PATCH] declare raid6_intx32 to fix ia64 build Bjorn Helgaas
2004-01-23 1:55 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).