diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-09 09:39:02 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-09 09:39:02 (GMT) |
commit | d028203c0446c7f65ed2b22342a56f03c6c4a6c1 (patch) | |
tree | 6bd73a5c70b407491dc9d40ecb9e95b48233d004 /include/asm-x86/xor_32.h | |
parent | f57e91682d141ea50d8c6d42cdc251b6256a3755 (diff) | |
parent | 183fe065652dbd64953afa9f389327e23e97967f (diff) | |
download | linux-d028203c0446c7f65ed2b22342a56f03c6c4a6c1.tar.xz |
Merge branch 'x86/core' into x86/unify-pci
Diffstat (limited to 'include/asm-x86/xor_32.h')
-rw-r--r-- | include/asm-x86/xor_32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/xor_32.h b/include/asm-x86/xor_32.h index 067b5c1..921b458 100644 --- a/include/asm-x86/xor_32.h +++ b/include/asm-x86/xor_32.h @@ -1,3 +1,6 @@ +#ifndef ASM_X86__XOR_32_H +#define ASM_X86__XOR_32_H + /* * Optimized RAID-5 checksumming functions for MMX and SSE. * @@ -881,3 +884,5 @@ do { \ deals with a load to a line that is being prefetched. */ #define XOR_SELECT_TEMPLATE(FASTEST) \ (cpu_has_xmm ? &xor_block_pIII_sse : FASTEST) + +#endif /* ASM_X86__XOR_32_H */ |