Date: Mon, 28 Apr 2003 13:35:37 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h Message-ID: <200304282035.h3SKZbCT063648@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/04/28 13:35:37 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c sys/i386/include pmap.h Log: Use inlines for loading and storing page table entries. Use cmpxchg8b for the PAE case to ensure idempotent 64 bit loads and stores. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.405 +19 -17 src/sys/i386/i386/pmap.c 1.99 +45 -7 src/sys/i386/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304282035.h3SKZbCT063648>