From owner-cvs-sys Wed May 28 22:58:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA26695 for cvs-sys-outgoing; Wed, 28 May 1997 22:58:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA26666; Wed, 28 May 1997 22:57:46 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA02539; Wed, 28 May 1997 22:57:44 -0700 (PDT) Date: Wed, 28 May 1997 22:57:44 -0700 (PDT) Message-Id: <199705290557.WAA02539@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include apic.h mpapic.h smp.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/05/28 22:57:44 PDT Modified files: sys/i386/include apic.h mpapic.h smp.h Log: apic.h now has structure definitions for both the local APIC and io APIC. apic.h has defines like: #define lapic__id lapic->id Once private pages and "known virtual addr" mapping of the APICs is ready all 'lapic__XXX' will be changed to 'lapic.XXX', and the defines will be removed. Changes to smp.h for lapic_t lapic && ioapic_t ioapic pointers, currently equal to apic_base && io_apic_base, will stand alone with the private page mapping. Revision Changes Path 1.3 +140 -1 src/sys/i386/include/apic.h 1.6 +16 -3 src/sys/i386/include/mpapic.h 1.10 +13 -1 src/sys/i386/include/smp.h