From owner-freebsd-current@FreeBSD.ORG Thu Apr 30 19:32:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71BB3106564A; Thu, 30 Apr 2009 19:32:33 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id C8A908FC21; Thu, 30 Apr 2009 19:32:32 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by bwz9 with SMTP id 9so1982920bwz.43 for ; Thu, 30 Apr 2009 12:32:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yipeMU7MEV3RZK8aYvKFEXZz1/PUjisPIlMjMeg6+JI=; b=lwa3/Z4JyURyvRJ8GdHxX134X2GJqtzKgzRU9ZcrD3vOJLRFmFQbQfnluA9qpkb7ZQ O60wXEDIG9kbBo+CPXl2FyoOvEPUwUHN7271r3IZpuicG9iF4oX1bpdE7+ZqVizmQ42b EpgoQwTAO7iqEOdf73CqqxflFrfPWhweyLmNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=avsZYwtBj9ZMGtLP7JEeTMkaaM6O9fzFcInfbJpr1vevlg3bUqfLzJGPJbarvctmJw xNudtMSyupoYqcrpxG8aNdlTOCjPSyEpvIhaikTJ3ZYL2g4MX3XQ8GTQtOeHrpTXuMuo bS6/ZOU9JO/cyhWb95PNVkrDyr4owcW+cqhyg= MIME-Version: 1.0 Received: by 10.102.247.4 with SMTP id u4mr1172423muh.128.1241119951607; Thu, 30 Apr 2009 12:32:31 -0700 (PDT) In-Reply-To: References: <20090430013428.cb4f804b.nork@FreeBSD.org> Date: Thu, 30 Apr 2009 23:32:31 +0400 Message-ID: From: pluknet To: Jeff Roberson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: cannot compile sched_ule without options SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 19:32:33 -0000 2009/4/30 Jeff Roberson : > 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: 0, 1 0, 1 HTT group -- wbr, pluknet