Systemmeldung: Fpudna in kernel mode

From: Dieter Deinert <dd(at)radio-do.ath.cx>
Date: Thu, 03 Aug 2006 13:03:53 +0200

Guten Morgen,

hier läuft auf einem AMD64/6.stable aus dem Portbaum Qemu und Kqemu.
Seitdem habe ich (sich wiederholend) die Meldung in der Console "Fpudna
in kernel mode!"

Hab ein wenig gegoogelt und bin auf folgendes gestossen:

http://lists.freebsd.org/pipermail/freebsd-emulation/2006-February/001800.html
#############################
  Whenever I run a XP guest system on my amd64 host in qemu the
system message buffer is being filled with the following warning:
"fpudna in kernel mode!"
This message is repeated ad nauseam. (It seems to be harmless, however.)
As a first aid I simply commented out the printf in
src/sys/amd64/amd64/trap.c, but I'm wondering if there is a deeper
underlying problem.

-- 
Markus
############################
in /sys/amd64/amd64/trap.c
-----------------------------
384         case T_DNA:
385                /*
386                 * The kernel is apparently using fpu for copying.
387                 * XXX this should be fatal unless the kernel has
388                 * registered such use.
389                 */
390                 if (fpudna()) {
391                 /*    printf("fpudna in kernel mode!\n");*/
392                       goto out;
------------------------------
habe ich das, wie Markus vorschlägt, auch auskommentiert.
Aber!! so ganz wohl fühle ich mich dabei nicht. :-((
Kann ich das irgendwo anders, BESSER regeln?
Kernelconfig???
Guss Dieter
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 03 Aug 2006 - 13:06:11 CEST

search this site