aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/md.h
blob: 9a9b6b42b4b49c40fb3254e552ba639edfacc413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * md.h: High speed xor_block operation for RAID4/5
 *
 */

#ifdef __KERNEL__
#ifndef __ASM_MD_H
#define __ASM_MD_H

/* #define HAVE_ARCH_XORBLOCK */

#define MD_XORBLOCK_ALIGNMENT	sizeof(long)

#endif /* __ASM_MD_H */
#endif /* __KERNEL__ */