Date: Thu, 22 Jan 2009 21:04:46 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/i386/i386 identcpu.c Message-ID: <200901222106.n0ML6QYB084883@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2009-01-22 21:04:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/i386/i386 identcpu.c Log: SVN rev 187598 on 2009-01-22 21:04:46Z by jkim VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determine whether TSC is P-state invariant or not. In fact, this MSR is writable but we just leave it at the BIOS default for now. Revision Changes Path 1.171 +2 -1 src/sys/amd64/amd64/identcpu.c 1.200 +2 -1 src/sys/i386/i386/identcpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901222106.n0ML6QYB084883>