Eliminate a redundant call to pmap_invalidate_page() from

pmap_ts_referenced().

MFC after:	14 days
Differential Revision:	https://reviews.freebsd.org/D12725
This commit is contained in:
Alan Cox 2019-06-17 01:58:25 +00:00
parent c8f59059d8
commit 29c25bd781
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349129

View File

@ -4644,7 +4644,6 @@ pmap_ts_referenced(vm_page_t m)
*/
pmap_remove_l3(pmap, pte, pv->pv_va, tpde,
&free, &lock);
pmap_invalidate_page(pmap, pv->pv_va);
cleared++;
if (pvf == pv)
pvf = NULL;