All of lore.kernel.org
 help / color / mirror / Atom feed
From: Derek Atkins <warlord@MIT.EDU>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: Linus BK: change to asm-i386/thread_info.h causes build failure: no TIF_USEDFPU
Date: 10 Mar 2003 16:37:58 -0500	[thread overview]
Message-ID: <sjmbs0iaond.fsf@kikki.mit.edu> (raw)

Linus,

Your change to includes/asm-i386/thread_info.h today causes the following
build failure.  I think more people were using the USEDFPU flag than you
thought (or the Changeset isn't complete).

-derek

  gcc -Wp,-MD,drivers/md/.xor.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -fomit-frame-pointer -nostdinc -iwithprefix include -DMODULE   -DKBUILD_BASENAME=xor -DKBUILD_MODNAME=xor -c -o drivers/md/xor.o drivers/md/xor.c
In file included from drivers/md/xor.c:23:
include/asm/xor.h: In function `xor_pII_mmx_2':
include/asm/xor.h:51: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h:51: (Each undeclared identifier is reported only once
include/asm/xor.h:51: for each function it appears in.)
include/asm/xor.h: In function `xor_pII_mmx_3':
include/asm/xor.h:96: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_pII_mmx_4':
include/asm/xor.h:146: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_pII_mmx_5':
include/asm/xor.h:202: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_p5_mmx_2':
include/asm/xor.h:275: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_p5_mmx_3':
include/asm/xor.h:324: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_p5_mmx_4':
include/asm/xor.h:382: `TIF_USEDFPU' undeclared (first use in this function)
include/asm/xor.h: In function `xor_p5_mmx_5':
include/asm/xor.h:449: `TIF_USEDFPU' undeclared (first use in this function)
make[2]: *** [drivers/md/xor.o] Error 1
make[1]: *** [drivers/md] Error 2

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord@MIT.EDU                        PGP key available

                 reply	other threads:[~2003-03-10 21:27 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=sjmbs0iaond.fsf@kikki.mit.edu \
    --to=warlord@mit.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.