Alan Cox 1c3a241032 When a copy-on-write fault occurs, pmap_enter() is called on to replace the
mapping to the old read-only page with a mapping to the new read-write page.
To destroy the old mapping, pmap_enter() must destroy its page table and PV
entries and invalidate its TLB entry.  This change simply invalidates that
TLB entry a little earlier, specifically, on amd64 and arm64, before the PV
list lock is held.

Reviewed by:	kib, markj
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D23027
2020-01-04 19:50:25 +00:00
..
2018-04-13 20:30:49 +00:00
2018-04-13 20:30:49 +00:00
2018-03-20 17:58:51 +00:00
2018-04-13 20:30:49 +00:00
2019-05-29 02:08:23 +00:00
2019-08-29 07:25:27 +00:00
2018-04-13 20:30:49 +00:00
2019-05-15 18:13:43 +00:00
2018-08-25 15:31:23 +00:00
2019-09-27 18:43:36 +00:00