From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-raid@vger.kernel.org
Cc: mingo@redhat.com, neilb@cse.unsw.edu.au
Subject: [PATCH] declare raid6_intx32 to fix ia64 build
Date: Thu, 22 Jan 2004 16:00:53 -0700 [thread overview]
Message-ID: <200401221600.53591.bjorn.helgaas@hp.com> (raw)
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"
next reply other threads:[~2004-01-22 23:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-22 23:00 Bjorn Helgaas [this message]
2004-01-23 1:55 ` [PATCH] declare raid6_intx32 to fix ia64 build H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200401221600.53591.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=linux-raid@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=neilb@cse.unsw.edu.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).