Revision b45e516f701e0fc81fb3dbd1ba9db35f991a4465 authored by Linus Torvalds on 02 April 2006, 17:44:36 UTC, committed by Linus Torvalds on 02 April 2006, 17:44:36 UTC
(We'd only added the number, which meant that actually trying
to use splice just went off into la-la-land)

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 683aa40
Raw File
md.h
/* $Id: md.h,v 1.1 1997/12/15 15:11:48 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