From owner-cvs-all@FreeBSD.ORG Thu Nov 20 08:42:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BAFC16A4CE; Thu, 20 Nov 2003 08:42:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7725843FF7; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKGgeXJ075603; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKGgeUJ075602; Thu, 20 Nov 2003 08:42:40 -0800 (PST) (envelope-from marcel) Message-Id: <200311201642.hAKGgeUJ075602@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 20 Nov 2003 08:42:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 16:42:41 -0000 marcel 2003/11/20 08:42:40 PST FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Set the ACPI processor Id in the PCPU structure so that CPU idling on SMP systems has a chance of working. This was a loose end of the implementation of the ACPI Cx idle states. Since our logical CPU Id is the ACPI processor Id, we do not need to jump through hoops to obtain it. Approved: re@ (jhb) Revision Changes Path 1.172 +1 -1 src/sys/ia64/ia64/machdep.c