From: Art Haas <ahaas@airmail.net>
To: David Mosberger-Tang <davidm@hpl.hp.com>, linux-ia64@linuxia64.org
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] C99 initializers for asm-ia64/include/xor.h
Date: Mon, 16 Jun 2003 19:46:18 -0500 [thread overview]
Message-ID: <20030617004618.GC21500@artsapartment.org> (raw)
Hi.
This patch converts the file to use C99 initializers. The patch is
against the current BK and is untested as I don't have access to the
hardware.
Art Haas
===== include/asm-ia64/xor.h 1.1 vs edited =====
--- 1.1/include/asm-ia64/xor.h Tue Feb 5 11:39:54 2002
+++ edited/include/asm-ia64/xor.h Mon Jun 16 18:11:19 2003
@@ -273,11 +273,11 @@
");
static struct xor_block_template xor_block_ia64 = {
- name: "ia64",
- do_2: xor_ia64_2,
- do_3: xor_ia64_3,
- do_4: xor_ia64_4,
- do_5: xor_ia64_5,
+ .name = "ia64",
+ .do_2 = xor_ia64_2,
+ .do_3 = xor_ia64_3,
+ .do_4 = xor_ia64_4,
+ .do_5 = xor_ia64_5,
};
#define XOR_TRY_TEMPLATES xor_speed(&xor_block_ia64)
--
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.
-Thomas Jefferson to James Smith, 1822
next reply other threads:[~2003-06-17 0:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-17 0:46 Art Haas [this message]
2003-06-17 0:49 ` [PATCH] C99 initializers for asm-ia64/include/xor.h David Mosberger
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=20030617004618.GC21500@artsapartment.org \
--to=ahaas@airmail.net \
--cc=davidm@hpl.hp.com \
--cc=linux-ia64@linuxia64.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.