From owner-freebsd-stable@FreeBSD.ORG Fri Jan 27 10:16:12 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 142D016A420 for ; Fri, 27 Jan 2006 10:16:12 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F09843D46 for ; Fri, 27 Jan 2006 10:16:11 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.52 (FreeBSD)) id 1F2QeH-0006HG-4f for stable@freebsd.org; Fri, 27 Jan 2006 10:16:09 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.52 (FreeBSD)) id 1F2QeE-0004UQ-PW for stable@freebsd.org; Fri, 27 Jan 2006 10:16:06 +0000 To: stable@freebsd.org Message-Id: From: Pete French Date: Fri, 27 Jan 2006 10:16:06 +0000 Cc: Subject: How do I turn off hyperthreading on 6.0 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 10:16:12 -0000 I though that machdep.hyperthreading_allowed had to be set to 1 to turn on hyperthreading ? I have a dual processor HP blade, and when I boot it up with an SMP kernel I get 4 CPU's. Setting that flag does not have any effect! Any thoughts ? I dont think I have two CPU's each with dual core and without hyperthreading somehow! (though the thought did cross my mind...) webadmin@websvr04$ sysctl machdep.hyperthreading_allowed machdep.hyperthreading_allowed: 0 CPU: Intel(R) Xeon(TM) CPU 3.60GHz (3600.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Features=0xbfebfbff Features2=0x659d> AMD Features=0x20000000 Hyperthreading: 2 logical CPUs real memory = 3758043136 (3583 MB) avail memory = 3678736384 (3508 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7