From owner-freebsd-i386@FreeBSD.ORG Mon Apr 23 20:40:15 2007 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 006EB16A406 for ; Mon, 23 Apr 2007 20:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A33D313C459 for ; Mon, 23 Apr 2007 20:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3NKeECt037239 for ; Mon, 23 Apr 2007 20:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3NKeEGd037238; Mon, 23 Apr 2007 20:40:14 GMT (envelope-from gnats) Date: Mon, 23 Apr 2007 20:40:14 GMT Message-Id: <200704232040.l3NKeEGd037238@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Bruce Evans Cc: Subject: Re: i386/104678: SMP not working on Turion XP Laptop X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Evans List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2007 20:40:15 -0000 The following reply was made to PR i386/104678; it has been noted by GNATS. From: Bruce Evans To: Ariff Abdullah Cc: Rainer Alves , bug-followup@FreeBSD.org, danolson@visi.com, infofarmer@FreeBSD.org, kpitcher@KeithPitcher.com Subject: Re: i386/104678: SMP not working on Turion XP Laptop Date: Tue, 24 Apr 2007 06:37:23 +1000 (EST) On Wed, 18 Apr 2007, Ariff Abdullah wrote: > On Wed, 18 Apr 2007 04:50:11 GMT > Rainer Alves wrote: >> >> I've been using your idle_cpu_* patches for about 6 months and >> experienced some minor gliches (system would panic/hang once in a >> while). Your new patch seems a lot simpler, and is working >> perfectly here so far. Thanks! > > This one should become the final patch (if nobody complains about it). > More thorough check on processor models/revisions especially for > possible future production. Please backout previous patches first > before applying this one. Nice. This not-actually-final one works on my HP nx6325 Turion X2. Does it affect the CPU's sleep cycles other than to wake up the CPU for acpi timer interrupts? Bruce