From owner-freebsd-smp Wed Dec 11 13:39:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA11345 for smp-outgoing; Wed, 11 Dec 1996 13:39:16 -0800 (PST) Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA11338 for freebsd-smp; Wed, 11 Dec 1996 13:39:14 -0800 (PST) Date: Wed, 11 Dec 1996 13:39:14 -0800 (PST) From: Steve Passe Message-Id: <199612112139.NAA11338@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/i386 mp_machdep.c sys/i386/include mpapic.h smptests.h sys/i386/isa icu.h vector.s Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 96/12/11 13:39:13 Modified: i386/i386 mp_machdep.c Log: fixed minor bug were SMP_INVLTLB needs icu.h, which was missing when "IMEN_NOT_MERGED" was defined. Revision Changes Path 1.34 +5 -1 sys/i386/i386/mp_machdep.c Modified: i386/include mpapic.h smptests.h Log: made "IMEN_NOT_MERGED" official version of kernel. this is just to provide continuity in CVS tree. IMEN_NOT_MERGED is no longer used, and will be removed from source as soon as I am sure the imen/IOApicMask merge is not the cause of our remaining "fatal trap12" problem. Revision Changes Path 1.8 +2 -1 sys/i386/include/mpapic.h 1.6 +9 -1 sys/i386/include/smptests.h Modified: i386/isa icu.h vector.s Log: made "IMEN_NOT_MERGED" official version of kernel. this is just to provide continuity in CVS tree. IMEN_NOT_MERGED is no longer used, and will be removed from source as soon as I am sure the imen/IOApicMask merge is not the cause of our remaining "fatal trap12" problem. icu.h and vector.s didn't have conditional compilation of the pre-merged code, add to keep the CVS tree consistant (see above comments). fix a bug in vector.s where APIC_IO without IPI_INTS had a bogus trailing ',' in a variable list. this caused an extra 0 to be added, spamming the swi* masks. Revision Changes Path 1.10 +21 -1 sys/i386/isa/icu.h 1.31 +27 -3 sys/i386/isa/vector.s