Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2006 15:30:30 GMT
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/103939: No message "Hyperthreading: "
Message-ID:  <200610031530.k93FUUjq061196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/103939; it has been noted by GNATS.

From: Maxim Konovalov <maxim@macomnet.ru>
To: Helmut Schellong <var@schellong.biz>
Cc: bug-followup@freebsd.org
Subject: Re: kern/103939: No message "Hyperthreading: "
Date: Tue, 3 Oct 2006 19:29:16 +0400 (MSD)

 [...]
 > >Description:
 > Kernel from disc1 FBSD 6.0 shows:
 >  "Hyperthreading: 2 logical CPUs".
 >
 > Kernel from disc1 FBSD 6.2-BETA# does not show:
 >  "Multiprocessor: 2 real CPUs"
 >  "Hyperthreading: 4 logical CPUs":
 >
 > Cores per package: 2
 
 Yes, now it executes the following code:
 
 +                       if (cmp > 1)
 +                               printf("\n  Cores per package: %d", cmp);
 +                       if ((htt / cmp) > 1)
 +                               printf("\n  Logical CPUs per core: %d",
 +                                   htt / cmp);
 
 Though you need to set machdep.hlt_logical_cpus=1 to enable HTT
 support.
 
 -- 
 Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610031530.k93FUUjq061196>