[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fpintr: FPU not belonging to anyone!
From: |
Igor Khavkine |
Subject: |
Re: fpintr: FPU not belonging to anyone! |
Date: |
Tue, 21 Aug 2001 20:58:33 -0400 |
User-agent: |
Mutt/1.3.20i |
On Tue, Aug 21, 2001 at 12:57:07AM +0200, Marcus Brinkmann wrote:
> Hi,
>
> I just got a couple of console messages:
>
> fpintr: FPU not belonging to anyone!
>
> (about a dozen). This is while compiling glibc, maybe while running the
> test, not sure.
It seems somehwat harmless. During normal operation the variable
fp_thread is NULL (I checked it in my kernel). But fpintr prints
out that message when it checks to see if fp_thread is NULL, then
it resets the FPU. fpintr should be invoked when the coprocessor
signals an error. And the only sideffect that I see is that this
error will not be reported to any running thread, the FPU
context ist simply reset. This smacks of being broken.
Igor