Date: Mon, 15 Feb 2010 15:00:40 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/arm pmap.c Message-ID: <201002151500.o1FF0nxE034826@repoman.freebsd.org>
index | next in thread | raw e-mail
raj 2010-02-15 15:00:40 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/arm/arm pmap.c
Log:
SVN rev 203925 on 2010-02-15 15:00:40Z by raj
MFC r203637:
Improve checking whether an ARM VA has a valid mapping before performing cache
sync.
VIPT/PIPT caches need valid VA-PA mapping in PTE for a cache operation to
succeed (unlike VIVT). Prior to this fix pmap was using l2pte_valid() for that
check, but this is not sufficient as the function merely checks if a PTE
exists (there can be existing but _invalid_ entries in the table).
A new pmap_has_valid_mapping() routine is introduced to do this job right by
checking proper PTE flags.
Among other potential problems this cures coherency issues with L2 caches on
MV-78100.
Submitted by: Grzegorz Bernacki, Piotr Ziecik
Reviewed, tested by: marcel
Obtained from: Semihalf
Revision Changes Path
1.113.2.3 +43 -75 src/sys/arm/arm/pmap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002151500.o1FF0nxE034826>
