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

Hidetoshi Shimokawa simokawa at FreeBSD.org
Fri Jun 20 07:09:35 PDT 2003


simokawa    2003/06/20 07:09:34 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Use direct map in pmap_map().
  
  This saves much KVA for vm_pages and you don't need to increase NKPT
  for large physical memory anymore.
  
  Suggested by: dfr
  
  Revision  Changes    Path
  1.414     +1 -11     src/sys/amd64/amd64/pmap.c


More information about the cvs-all mailing list