Date: Thu, 30 Apr 2009 23:32:31 +0400 From: pluknet <pluknet@gmail.com> To: Jeff Roberson <jroberson@jroberson.net> Cc: freebsd-current@freebsd.org Subject: Re: cannot compile sched_ule without options SMP Message-ID: <a31046fc0904301232u1f0bdd15ybe9cdb345bce05a0@mail.gmail.com> In-Reply-To: <alpine.BSF.2.00.0904291329280.981@desktop> References: <20090430013428.cb4f804b.nork@FreeBSD.org> <alpine.BSF.2.00.0904291329280.981@desktop>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/4/30 Jeff Roberson <jroberson@jroberson.net>: > On SMP machines you should now see output like this: > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs > FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads > > If you detect any irregularities with kern.sched.topology_spec or this dmesg > line please report them. > Hi, Jeff. I have such mismatch. This is an Intel E7200. FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 So it should be instead: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 kern.sched.topology_spec: <groups> <group level="1" cache-level="0"> <cpu count="2" mask="0x3">0, 1</cpu> <flags></flags> <children> <group level="3" cache-level="1"> <cpu count="2" mask="0x3">0, 1</cpu> <flags><flag name="HTT">HTT group</flag> </flags> </group> </children> </group> </groups> -- wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0904301232u1f0bdd15ybe9cdb345bce05a0>