mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 20:42:39 +00:00 
			
		
		
		
	 f30828a674
			
		
	
	
		f30828a674
		
	
	
	
	
		
			
			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 */
 |