search for: a5ee853

Displaying 1 result from an estimated 1 matches for "a5ee853".

Did you mean: a55e851
2011 Jun 02
0
Debian 6.0 + Xen4.0 + FreeBSD hvm amd64 -> fpudna: fpcurthread == curthread XXXX times
...esponds to keyboard on VNC, but it''s impossible to see whats written down because of the messages flooding the screen. I''ve also asked freebsd-xen@freebsd.org; I applied a suggestion from Mr. K. Belousov : diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 08e5e57..a5ee853 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -394,14 +394,8 @@ fpudna(void) struct pcb *pcb; critical_enter(); - if (PCPU_GET(fpcurthread) == curthread) { - printf("fpudna: fpcurthread == curthread %d times\n", - ++err_count); -...