From owner-freebsd-smp Thu Dec 5 16:51:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA15945 for smp-outgoing; Thu, 5 Dec 1996 16:51:51 -0800 (PST) Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA15938 for freebsd-smp; Thu, 5 Dec 1996 16:51:49 -0800 (PST) Date: Thu, 5 Dec 1996 16:51:49 -0800 (PST) From: Steve Passe Message-Id: <199612060051.QAA15938@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/kern kern_shutdown.c sys/i386/include smp.h sys/i386/i386 machdep.c mp_machdep.c mpboot.s Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 96/12/05 16:51:49 Modified: kern kern_shutdown.c i386/include smp.h Log: moved "extern smp_active" to smp.h Revision Changes Path 1.7 +0 -3 sys/kern/kern_shutdown.c 1.25 +11 -7 sys/i386/include/smp.h Modified: i386/i386 machdep.c mp_machdep.c mpboot.s Log: fixed bug preventing >2 CPUs from running. added debug code for APs not properly starting to mpboot.s & mp_machdep.c. minor cleanup of machdep.c as reguards SMP. cleanup of mp_machdep.c Help from: Terje Normann Marthinussen "Erich Boleyn,,,," , smp@freebsd.org Revision Changes Path 1.33 +14 -13 sys/i386/i386/machdep.c 1.32 +419 -355 sys/i386/i386/mp_machdep.c 1.15 +34 -1 sys/i386/i386/mpboot.s