Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 21:07:27 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
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
Message-ID:  <200108220407.f7M47R163489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108220407.f7M47R163489>