aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xor_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/xor_32.h')
-rw-r--r--arch/x86/include/asm/xor_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/xor_32.h b/arch/x86/include/asm/xor_32.h
index ce05722e3c68..5a08bc8bff33 100644
--- a/arch/x86/include/asm/xor_32.h
+++ b/arch/x86/include/asm/xor_32.h
@@ -26,7 +26,7 @@
26#define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" 26#define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n"
27#define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" 27#define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n"
28 28
29#include <asm/i387.h> 29#include <asm/fpu/api.h>
30 30
31static void 31static void
32xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) 32xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)