From owner-cvs-all Mon Dec 17 15:14:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5462A37B632; Mon, 17 Dec 2001 15:14:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBHNEZ543335; Mon, 17 Dec 2001 15:14:35 -0800 (PST) (envelope-from jhb) Message-Id: <200112172314.fBHNEZ543335@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Dec 2001 15:14:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/17 15:14:35 PST Modified files: sys/alpha/alpha mp_machdep.c sys/i386/i386 mp_machdep.c sys/i386/include smp.h Log: Small cleanups to the SMP code: - Axe inlvtlb_ok as it was completely redundant with smp_active. - Remove references to non-existent variable and non-existent file in i386/include/smp.h. - Don't perform initializations local to each CPU while holding the ap boot lock on i386 while an AP bootstraps itself. - Reorganize the AP startup code some to unify the latter half of the functions to bring an AP up. Eventually this might be broken out into a MI function in subr_smp.c. Revision Changes Path 1.30 +4 -12 src/sys/alpha/alpha/mp_machdep.c 1.169 +16 -32 src/sys/i386/i386/mp_machdep.c 1.66 +1 -6 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message