Date: Thu, 6 Dec 2007 15:58:21 -0600 (CST) From: Mark Tinguely <tinguely@casselton.net> To: freebsd-arm@freebsd.org Subject: ARM pmap_enter_pv question Message-ID: <200712062158.lB6LwL1D089098@casselton.net>
index | next in thread | raw e-mail
in pmap_enter_pv(), it seems to me there is an "else" missing:
if (pm == pmap_kernel()) {
if (flags & PVF_WRITE)
pg->md.krw_mappings++;
else
pg->md.kro_mappings++;
} <<<< is there a "else" missing?
if (flags & PVF_WRITE)
pg->md.urw_mappings++;
else
pg->md.uro_mappings++;
I don't think it will effect any caching settings.
--Mark Tinguely.
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712062158.lB6LwL1D089098>
