patch-2.4.21 linux-2.4.21/include/asm-arm/xor.h
Next file: linux-2.4.21/include/asm-cris/atomic.h
Previous file: linux-2.4.21/include/asm-arm/system.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-arm/xor.h
- Orig date:
2001-06-27 14:12:04.000000000 -0700
diff -urN linux-2.4.20/include/asm-arm/xor.h linux-2.4.21/include/asm-arm/xor.h
@@ -125,11 +125,11 @@
}
static struct xor_block_template xor_block_arm4regs = {
- name: "arm4regs",
- do_2: xor_arm4regs_2,
- do_3: xor_arm4regs_3,
- do_4: xor_arm4regs_4,
- do_5: xor_arm4regs_5,
+ .name = "arm4regs",
+ .do_2 = xor_arm4regs_2,
+ .do_3 = xor_arm4regs_3,
+ .do_4 = xor_arm4regs_4,
+ .do_5 = xor_arm4regs_5,
};
#undef XOR_TRY_TEMPLATES
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)