lkml.org 
[lkml]   [2003]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] C99 initializers for asm-ia64/include/xor.h
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.020 / U:0.852 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site