From 8af848bbe7a7bb0d5dd62d2c4d6f295755436148 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 14 Mar 2003 02:08:47 -0800 Subject: [PATCH] md: Include asm-i386/387.h in asm-i386/xor.h It is needed for kernel_fpu_* --- include/asm-i386/xor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 static void xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) -- cgit v1.2.3