Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 11:02:23 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/kern vfs_bio.c src/sys/sys buf.h
Message-ID:  <200301251902.h0PJ2Nww043043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2003/01/25 11:02:23 PST

  Modified files:        (Branch: RELENG_4)
    sys/alpha/alpha      vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
    sys/kern             vfs_bio.c 
    sys/sys              buf.h 
  Log:
  MFC consolidate vmapbuf() and vunmapbuf().  Note that in -current we had to
  adjust vmapbuf() to use pmap_extract() instead of pamp_kextract() due to
  the sparc architecture.  In -stable there is no sparc architecture and I am
  making as few changes as possible so pmap_kextract() is being retained.
  
  Revision    Changes    Path
  1.28.2.7    +0 -63     src/sys/alpha/alpha/vm_machdep.c
  1.132.2.9   +0 -72     src/sys/i386/i386/vm_machdep.c
  1.242.2.19  +92 -0     src/sys/kern/vfs_bio.c
  1.88.2.10   +1 -1      src/sys/sys/buf.h

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?200301251902.h0PJ2Nww043043>