Date: Mon, 4 May 2009 18:05:27 +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: <200905041806.n44I6GUM096332@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2009-05-04 18:05:27 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/i386/i386 identcpu.c Log: SVN rev 191788 on 2009-05-04 18:05:27Z by jkim Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 and fix SMP topology detection. On i386, we extend it to cover Core, Core 2, and Core i7 processors, not just Pentium 4 family, and move it to better place. On amd64, all supported Intel CPUs should have this MSR. Revision Changes Path 1.173 +16 -0 src/sys/amd64/amd64/identcpu.c 1.202 +18 -11 src/sys/i386/i386/identcpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905041806.n44I6GUM096332>