From owner-cvs-src@FreeBSD.ORG Sat Nov 15 11:16:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85E516A4CE for ; Sat, 15 Nov 2003 11:16:50 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BD57443FE3 for ; Sat, 15 Nov 2003 11:16:48 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 54430 invoked by uid 1000); 15 Nov 2003 19:16:49 -0000 Date: Sat, 15 Nov 2003 11:16:49 -0800 (PST) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20031115185905.470C916A4F6@hub.freebsd.org> Message-ID: <20031115111512.Y54428@root.org> References: <20031115185905.470C916A4F6@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/amd64/include pcpu.h src/sys/amd64/amd64 machdep.c src/sys/ia64/include pcpu.h src/sys/ia64/ia64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 19:16:50 -0000 On Sat, 15 Nov 2003, Nate Lawson wrote: > Modified files: > sys/amd64/include pcpu.h > sys/amd64/amd64 machdep.c > sys/ia64/include pcpu.h > sys/ia64/ia64 machdep.c > Log: > Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to > dereference the softc. > > Revision Changes Path > 1.598 +2 -0 src/sys/amd64/amd64/machdep.c > 1.37 +2 -1 src/sys/amd64/include/pcpu.h > 1.171 +1 -0 src/sys/ia64/ia64/machdep.c > 1.16 +2 -1 src/sys/ia64/include/pcpu.h This adds a place to store the ACPI id for each cpu. Platform maintainers should fill this out from the MADT for the SMP case. The i386 mp_machdep.c and i386/acpica/madt.c show how to do this. -Nate