aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/xor_32.h
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@gmail.com>2008-06-10 23:45:45 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-18 12:27:03 +0200
commit0db125c467afcbcc229abb1a87bc36ef72777dc2 (patch)
treeafb52caf91eb9db5115355c7163fdf11bb4bec0a /include/asm-x86/xor_32.h
parente6e07d8a2d2989c1f42287131308aa2fde253631 (diff)
x86: more header fixes
Summary: Add missing include guards for some x86 headers. This has only had the most rudimentary testing, but is hopefully obviously correct. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/xor_32.h')
-rw-r--r--include/asm-x86/xor_32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/xor_32.h b/include/asm-x86/xor_32.h
index 067b5c1835a..921b4584044 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 */