fpudna: fpcurthread == curthread 2 times
Kris Kennaway
kris at obsecurity.org
Sun Apr 10 20:39:59 PDT 2005
Got this on an SMP package machine running 5.4-RC2:
fpudna: fpcurthread == curthread 1 times
fpudna: fpcurthread == curthread 2 times
int
fpudna()
{
struct pcb *pcb;
register_t s;
if (PCPU_GET(fpcurthread) == curthread) {
printf("fpudna: fpcurthread == curthread %d times\n",
++err_count);
stop_emulating();
return (1);
}
Debugging message accidentally left in, or bug?
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20050410/da082201/attachment.bin
More information about the freebsd-amd64
mailing list