Commit 8af848bb authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] md: Include asm-i386/387.h in asm-i386/xor.h

It is needed for kernel_fpu_*
parent cb129263
......@@ -25,6 +25,7 @@
#define XO3(x,y) " pxor 8*("#x")(%4), %%mm"#y" ;\n"
#define XO4(x,y) " pxor 8*("#x")(%5), %%mm"#y" ;\n"
#include <asm/i387.h>
static void
xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment