aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/md.h')
-rw-r--r--include/asm-alpha/md.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-alpha/md.h b/include/asm-alpha/md.h
new file mode 100644
index 000000000000..6c9b8222a4f2
--- /dev/null
+++ b/include/asm-alpha/md.h
@@ -0,0 +1,13 @@
1/* $Id: md.h,v 1.1 1997/12/15 15:11:48 jj Exp $
2 * md.h: High speed xor_block operation for RAID4/5
3 *
4 */
5
6#ifndef __ASM_MD_H
7#define __ASM_MD_H
8
9/* #define HAVE_ARCH_XORBLOCK */
10
11#define MD_XORBLOCK_ALIGNMENT sizeof(long)
12
13#endif /* __ASM_MD_H */