cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/i386/i386 identcpu.c

Jung-uk Kim jkim at FreeBSD.org
Mon Oct 17 09:01:03 PDT 2005


On Sunday 16 October 2005 04:58 am, David E. O'Brien wrote:
> obrien      2005-10-16 08:58:27 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/amd64/amd64      identcpu.c
>     sys/i386/i386        identcpu.c
>   Log:
>   For AMD processors, nullify CPUID.HTT.  FreeBSD has no need for
> the information it conveys, and it is only confusing people. This
> fixes incorrect output in the previous commit.
>
>   Revision  Changes    Path
>   1.138     +9 -0      src/sys/amd64/amd64/identcpu.c
>   1.147     +9 -0      src/sys/i386/i386/identcpu.c

Have you verified you are not breaking `logical_cpus' in mp_machdep.c 
by doing this?

Show me the 'incorrect' output or please back it out.

Jung-uk Kim


More information about the cvs-all mailing list