From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 11 21:22:49 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 226BA16A496 for ; Mon, 11 Feb 2008 21:22:49 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id D367E13C4D1 for ; Mon, 11 Feb 2008 21:22:48 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id D57CE744003 for ; Mon, 11 Feb 2008 23:22:46 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id GhOqn-cKPLwr for ; Mon, 11 Feb 2008 23:22:46 +0200 (EET) Received: from [10.74.70.239] (unknown [193.138.145.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 71561744001 for ; Mon, 11 Feb 2008 23:22:46 +0200 (EET) Message-ID: <47B0BCA2.6040204@icyb.net.ua> Date: Mon, 11 Feb 2008 23:22:42 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.9 (X11/20071208) MIME-Version: 1.0 To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: probable typo in acpi_cpu.c X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 21:22:49 -0000 There is probably a typo in acpi_cpu.c, function acpi_cpu_startup: if (cpu_quirks && CPU_QUIRK_NO_C3) { <----- here sc->cpu_cx_count = sc->cpu_non_c3 + 1; } Not sure how that affects the logic though. -- Andriy Gapon