From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 20:38:11 2004 Return-Path: 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 ED4AA16A4CE; Thu, 24 Jun 2004 20:38:11 +0000 (GMT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE3A43D41; Thu, 24 Jun 2004 20:38:11 +0000 (GMT) (envelope-from gnagelhout@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Thu, 24 Jun 2004 16:37:48 -0400 Message-ID: From: Gerrit Nagelhout To: 'John Baldwin' , freebsd-current@FreeBSD.org Date: Thu, 24 Jun 2004 16:37:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: kris@FreeBSD.org cc: Julian Elischer Subject: RE: STI, HLT in acpi_cpu_idle_c1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 24 Jun 2004 20:38:12 -0000 John Baldwin wrote: > On Thursday 24 June 2004 04:17 pm, Gerrit Nagelhout wrote: > > John Baldwin wrote: > > > The ACPI C1 state is just a normal hlt. Only states >= > C2 are real > > > ACPI-specific states. Gerritt, did these lockups start > > > happening recently > > > and are these boxes running -current or are they running 5.2.1? > > > > > > -- > > > > These boxes are running -current (from a couple of weeks ago). I > > haven't tried running it on 5.2.1 yet. We haven't run this > > particular application on anything but -current because there is > > not enough driver & disk support on RELENG_4. > > I am now running the test with hlt disabled, and will let you know > > if it locks up again. > > Ok. Which revision of sys/dev/acpica/acpi_cpu.c do you have? > 1.37: Add missing includes