Date: Thu, 30 Oct 2003 14:15:23 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200310302215.h9UMFNHD079186@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/10/30 14:15:23 PST
FreeBSD src repository
Modified files:
sys/i386/i386 pmap.c
Log:
Change the pmap_invalidate_xxx() functions so they test against
pmap == kernel_pmap rather than pmap->pm_active == -1. gcc's inliner
can remove more code that way. Only kernel_pmap has a pm_active of -1.
Revision Changes Path
1.452 +3 -3 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310302215.h9UMFNHD079186>
