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

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 21 18:48:44 PDT 2003


marcel      2003/04/21 18:48:43 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        pmap.c 
    sys/ia64/include     pmap.h 
  Log:
  Don't use the tpa instruction to implement pmap_kextract. The tpa
  instruction requires that a translation is present in the TC. This
  may trigger a TLB miss and a subsequent call to vm_fault().
  This implementation is deliberately non-inline for debugging and
  profiling purposes. Partial or full inlining should eventually be
  done.
  
  Valuable insights by: jake
  
  Revision  Changes    Path
  1.96      +25 -0     src/sys/ia64/ia64/pmap.c
  1.13      +1 -8      src/sys/ia64/include/pmap.h


More information about the cvs-src mailing list