aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/md.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-20 11:52:15 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-20 11:52:15 +0200
commit7393423dd9b5790a3115873be355e9fc862bce8f (patch)
treefc83214602c8ce41dc06d5c8e21deada679521f7 /arch/h8300/include/asm/md.h
parent8df9676d6402563da91427e8d9f2da8a4598aede (diff)
parent1fca25427482387689fa27594c992a961d98768f (diff)
downloadkernel_samsung_smdk4412-7393423dd9b5790a3115873be355e9fc862bce8f.tar.gz
kernel_samsung_smdk4412-7393423dd9b5790a3115873be355e9fc862bce8f.tar.bz2
kernel_samsung_smdk4412-7393423dd9b5790a3115873be355e9fc862bce8f.zip
Merge branch 'linus' into x86/cleanups
Diffstat (limited to 'arch/h8300/include/asm/md.h')
-rw-r--r--arch/h8300/include/asm/md.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/md.h b/arch/h8300/include/asm/md.h
new file mode 100644
index 00000000000..1a47dc6691f
--- /dev/null
+++ b/arch/h8300/include/asm/md.h
@@ -0,0 +1,13 @@
+/* $Id: md.h,v 1.1 2002/11/19 02:09:26 gerg Exp $
+ * 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 */