f30828a674
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 lines
204 B
C
13 lines
204 B
C
/*
|
|
* md.h: High speed xor_block operation for RAID4/5
|
|
*
|
|
*/
|
|
|
|
#ifndef __ASM_MD_H
|
|
#define __ASM_MD_H
|
|
|
|
/* #define HAVE_ARCH_XORBLOCK */
|
|
|
|
#define MD_XORBLOCK_ALIGNMENT sizeof(long)
|
|
|
|
#endif /* __ASM_MD_H */
|