From owner-cvs-all Tue Aug 21 21: 7:52 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 8BC9337B417; Tue, 21 Aug 2001 21:07:27 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M47R163489; Tue, 21 Aug 2001 21:07:27 -0700 (PDT) (envelope-from dillon) Message-Id: <200108220407.f7M47R163489@freefall.freebsd.org> From: Matt Dillon Date: Tue, 21 Aug 2001 21:07:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c pmap.c src/sys/i386/i386 machdep.c pmap.c src/sys/kern kern_timeout.c vfs_bio.c src/sys/sys buf.h systm.h src/sys/vm vm.h vm_init.c 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 dillon 2001/08/21 21:07:27 PDT Modified files: sys/alpha/alpha machdep.c pmap.c sys/i386/i386 machdep.c pmap.c sys/kern kern_timeout.c vfs_bio.c sys/sys buf.h systm.h sys/vm vm.h vm_init.c Log: Move most of the kernel submap initialization code, including the timeout callwheel and buffer cache, out of the platform specific areas and into the machine independant area. i386 and alpha adjusted here. Other cpus can be fixed piecemeal. Reviewed by: freebsd-smp, jake Revision Changes Path 1.140 +6 -11 src/sys/alpha/alpha/machdep.c 1.63 +2 -2 src/sys/alpha/alpha/pmap.c 1.473 +7 -12 src/sys/i386/i386/machdep.c 1.286 +2 -2 src/sys/i386/i386/pmap.c 1.70 +50 -1 src/sys/kern/kern_timeout.c 1.286 +62 -8 src/sys/kern/vfs_bio.c 1.120 +2 -2 src/sys/sys/buf.h 1.149 +3 -1 src/sys/sys/systm.h 1.19 +18 -1 src/sys/vm/vm.h 1.29 +90 -1 src/sys/vm/vm_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message