summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2003-03-14 02:08:47 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-14 02:08:47 -0800
commit8af848bbe7a7bb0d5dd62d2c4d6f295755436148 (patch)
tree75c667e47b09475372a953934f1c8e527b50053f /include
parentcb129263c29145416deb93988deb2c54c84849f0 (diff)
[PATCH] md: Include asm-i386/387.h in asm-i386/xor.h
It is needed for kernel_fpu_*
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/xor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/xor.h b/include/asm-i386/xor.h
index 0b0dfb0b9431..366d6f15383d 100644
--- a/include/asm-i386/xor.h
+++ b/include/asm-i386/xor.h
@@ -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)