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

John Baldwin jhb at freebsd.org
Fri Jun 1 17:47:43 UTC 2007


On Thursday 31 May 2007 10:08:38 pm David O'Brien wrote:
> On Tue, May 29, 2007 at 07:25:50PM +0000, Dag-Erling Smorgrav wrote:
> > des         2007-05-29 19:25:50 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/i386/i386        identcpu.c 
> >   Log:
> >   Remove a pointless bootverbose message.
> 
> Why is this bogus?  Please revert your change.
> With a verbose boot, you're told that HTT is cleared incase the user is
> confused when they earlier see that HTT is detected.

This is true on Intel multi-core machines as well that don't have HTT, and the 
previous hack didn't address that either.  Anyways, we already have improved 
bootverbose messages that now distinguish cores from hyperthreads, so I think 
the message you are worried about doesn't occur anymore anyway.

-- 
John Baldwin


More information about the cvs-src mailing list