Date: Thu, 30 Mar 2006 19:49:19 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94320 for review Message-ID: <200603301949.k2UJnJTW069604@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94320 Change 94320 by jhb@jhb_slimer on 2006/03/30 19:49:03 More thinking. Affected files ... .. //depot/projects/smpng/sys/i386/isa/npx.c#51 edit Differences ... ==== //depot/projects/smpng/sys/i386/isa/npx.c#51 (text+ko) ==== @@ -250,7 +250,9 @@ u_short control; u_short status; + KASSERT(rcr0() & (CRO_MP | CRO_NE) == (CR0_MP | CR0_NE), ("cr0 busted")); if (cpu_feature & CPUID_FPU) { + hw_float = npx_exists = 1; npx_ex16 = 1; return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603301949.k2UJnJTW069604>