cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h

Peter Wemm peter at FreeBSD.org
Sun May 16 13:44:42 PDT 2004


peter       2004/05/16 13:44:41 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/amd64/include    pmap.h 
  Log:
  For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t
  argument.  It is actually the same type on amd64 (vm_paddr_t = vm_offset_t)
  but this reduces the i386<->amd64 diffs a little.
  
  Revision  Changes    Path
  1.458     +1 -1      src/sys/amd64/amd64/pmap.c
  1.115     +1 -1      src/sys/amd64/include/pmap.h


More information about the cvs-src mailing list