Date: Mon, 21 Apr 2003 18:48:43 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c src/sys/ia64/include pmap.h Message-ID: <200304220148.h3M1mh4q019731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304220148.h3M1mh4q019731>