]> git.hungrycats.org Git - linux/commitdiff
[PATCH] RAID-6 fix for IA-64
authorAndrew Morton <akpm@osdl.org>
Fri, 23 Jan 2004 00:04:36 +0000 (16:04 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 23 Jan 2004 00:04:36 +0000 (16:04 -0800)
From: "H. Peter Anvin" <hpa@transmeta.com>

Fix for RAID-6 on IA-64, from Bjorn Helgaas, and verified by me.

drivers/md/raid6algos.c
drivers/md/raid6int.uc

index 5aeccafd6a39d8b65564d3885f1aad64804d0331..b02cff36a13f157080e29f6843f9712c79b8b836 100644 (file)
@@ -29,6 +29,7 @@ extern const struct raid6_calls raid6_intx2;
 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;
index ab9e0d4e9939708fb70d54f22a2c14f329e2364e..ad004cee0e261c414e989fec6e9ae4e7a7884011 100644 (file)
@@ -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"