From owner-freebsd-smp Fri Oct 4 14:17:54 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA17448 for smp-outgoing; Fri, 4 Oct 1996 14:17:54 -0700 (PDT) Received: (from fsmp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA17427 for freebsd-smp; Fri, 4 Oct 1996 14:17:49 -0700 (PDT) Date: Fri, 4 Oct 1996 14:17:49 -0700 (PDT) From: Steve Passe Message-Id: <199610042117.OAA17427@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/include mpapic.h apic.h smp.h sys/i386/i386 machdep.c mp_machdep.c mpapic.c mpboot.s pmap.c Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 96/10/04 14:17:48 Modified: i386/i386 machdep.c mp_machdep.c mpapic.c mpboot.s pmap.c i386/include apic.h smp.h Added: i386/include mpapic.h Log: major cleanup of header files: smp.h, apic.h, (new) mpapic.h smp.h for external data and function declarations apic.h for APIC register defines mpapic.h for APIC macros, inlines, etc. modified files as necessary for these header changes. added code for APs to report their version on bootstrap. more 'style' cleanup. Revision Changes Path 1.26 +7 -10 sys/i386/i386/machdep.c 1.5 +58 -32 sys/i386/i386/mp_machdep.c 1.5 +27 -16 sys/i386/i386/mpapic.c 1.5 +2 -0 sys/i386/i386/mpboot.s 1.23 +2 -1 sys/i386/i386/pmap.c 1.7 +32 -197 sys/i386/include/apic.h 1.11 +55 -22 sys/i386/include/smp.h