From owner-freebsd-current@FreeBSD.ORG Sat Feb 4 23:22:12 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F125D16A420 for ; Sat, 4 Feb 2006 23:22:12 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BD143D46 for ; Sat, 4 Feb 2006 23:22:12 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43E2EBED0007904C for freebsd-current@freebsd.org; Sun, 5 Feb 2006 00:22:11 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sun, 5 Feb 2006 00:22:11 +0100 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A605F58C@royal64.emp.zapto.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: machdep.cpu_idle_hlt and SMP perf? Thread-Index: AcYpgO2ghbRT9vAOQVivMK43pmHBlwAXoqQg From: "Daniel Eriksson" To: Subject: RE: machdep.cpu_idle_hlt and SMP perf? 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: Sat, 04 Feb 2006 23:22:13 -0000 I just finished running 6 sets of (make clean + buildworld + buildkernel), toggling machdep.cpu_idle_hlt between enabled and disabled each time (3 of each). Hardware: 2 x Athlon MP 2600+ on a Tyan Tiger 2466 mobo with 768MB memory Disks: 4 x 36GB 10k rpm in RAID-5 config on a SmartArray 6302/64 controller (ciss) Software: RELENG_6 from yesterday machdep.cpu_idle_hlt=3D1 45.01 46.12 45.30 machdep.cpu_idle_hlt=3D0 43.47 43.09 43.29 Looks like machdep.cpu_idle_hlt=3D0 shaves ~2 min off the build-time on = my server. /Daniel