From owner-cvs-all Sat Jan 20 22:50:22 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 AF11437B400; Sat, 20 Jan 2001 22:50:04 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L6o4W99595; Sat, 20 Jan 2001 22:50:04 -0800 (PST) (envelope-from jake) Message-Id: <200101210650.f0L6o4W99595@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 20 Jan 2001 22:50:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c mp_machdep.c pmap.c src/sys/i386/include globaldata.h src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/20 22:50:04 PST Modified files: sys/i386/i386 genassym.c mp_machdep.c pmap.c sys/i386/include globaldata.h sys/sys proc.h Log: Remove the per-cpu pages used for copy and zero-ing pages of memory for SMP; just use the same ones as UP. These weren't used without holding Giant anyway, and the routines that use them would have to be protected from pre-emption to avoid migrating cpus. Revision Changes Path 1.101 +1 -9 src/sys/i386/i386/genassym.c 1.137 +1 -9 src/sys/i386/i386/mp_machdep.c 1.269 +6 -79 src/sys/i386/i386/pmap.c 1.19 +1 -12 src/sys/i386/include/globaldata.h 1.139 +2 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message