Date: Wed, 30 Jul 2003 09:27:52 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c Message-ID: <200307301627.h6UGRq22055537@repoman.freebsd.org>
index | next in thread | raw e-mail
tmm 2003/07/30 09:27:52 PDT
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 pmap.c
Log:
Return 1 from pmap_protect_tte() instead of 0. When used with
tsb_foreach(), 0 signals to terminate the tsb traversal, so when
tsb_foreach() was used in pmap_protect() (which only happens when
the area to be protected is larger than PMAP_TSB_THRESH = 16MB), only
the first tsb entry in the specified range would be protected.
Reported by: Andrew Belashov <bel@orel.ru>
Revision Changes Path
1.119 +1 -1 src/sys/sparc64/sparc64/pmap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307301627.h6UGRq22055537>
