Revision dc9a719528d782777b86936b817cc0913d5f0b42 authored by Andi Kleen on 30 May 2006, 20:47:48 UTC, committed by Linus Torvalds on 31 May 2006, 03:31:05 UTC
Complaining about the IOMMU not compiled in doesn't make sense
here because it is clearly compiled in.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 6ae53cd
Raw File
md.h
/* $Id: md.h,v 1.1 1997/12/15 15:12:04 jj 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 */
back to top