mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-01 03:23:39 +10:00 
			
		
		
		
	This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * 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 */
 |