public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing header file in asm-i386/xor.h
@ 2003-03-12  1:06 Luben Tuikov
  0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2003-03-12  1:06 UTC (permalink / raw)
  To: LKML

Missing include macro for header file asm/i387.h in asm-i386/xor.h
for kernel_fpu_begin() and kernel_fpu_end().

I get compilation warnings/linkage problems.

-- 
Luben


--- linux-2.5.64bk6/include/asm-i386/xor.h.orig	2003-03-11 19:15:36.000000000 -0500
+++ linux-2.5.64bk6/include/asm-i386/xor.h	2003-03-11 17:04:35.000000000 -0500
@@ -18,6 +18,8 @@
   * Copyright (C) 1998 Ingo Molnar.
   */

+#include <asm/i387.h>
+
  #define LD(x,y)		"       movq   8*("#x")(%1), %%mm"#y"   ;\n"
  #define ST(x,y)		"       movq %%mm"#y",   8*("#x")(%1)   ;\n"
  #define XO1(x,y)	"       pxor   8*("#x")(%2), %%mm"#y"   ;\n"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-12  0:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-12  1:06 [PATCH] missing header file in asm-i386/xor.h Luben Tuikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox