diff options
Diffstat (limited to 'arch/x86/include/asm/xor_32.h')
-rw-r--r-- | arch/x86/include/asm/xor_32.h | 2 |
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 | ||
31 | static void | 31 | static void |
32 | xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) | 32 | xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) |