Date: Mon, 6 Jun 2011 14:23:13 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c Message-ID: <201106061423.p56ENRdi070692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2011-06-06 14:23:13 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 mp_machdep.c
sys/i386/i386 mp_machdep.c
Log:
SVN rev 222756 on 2011-06-06 14:23:13Z by avg
don't use cpuid level 4 in x86 cpu topology detection if it's not supported
This regression was introduced in r213323.
There are probably no Intel cpus that support amd64 mode, but do not
support cpuid level 4, but it's better to keep i386 and amd64 versions
of this code in sync.
Discovered by: pho
Tested by: pho
MFC after: 2 weeks
Revision Changes Path
1.342 +5 -2 src/sys/amd64/amd64/mp_machdep.c
1.325 +5 -2 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106061423.p56ENRdi070692>
