public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Luben Tuikov <luben@splentec.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] missing header file in asm-i386/xor.h
Date: Tue, 11 Mar 2003 20:06:23 -0500	[thread overview]
Message-ID: <3E6E880F.8050101@splentec.com> (raw)

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"


                 reply	other threads:[~2003-03-12  0:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E6E880F.8050101@splentec.com \
    --to=luben@splentec.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox