]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r349442, which was a workaround for bus errors caused by an errant
authoralc <alc@FreeBSD.org>
Sat, 13 Jul 2019 16:32:19 +0000 (16:32 +0000)
committeralc <alc@FreeBSD.org>
Sat, 13 Jul 2019 16:32:19 +0000 (16:32 +0000)
commit0b570c6d9c18d2528a71596f150b26afc89c1644
treea0424de284155b42f70c1e99d0c68a413eeb2823
parentacdf044438d5f4d1031684088114366a2d309813
Revert r349442, which was a workaround for bus errors caused by an errant
TLB entry.  Specifically, at the start of pmap_enter_quick_locked(), we
would sometimes have a TLB entry for an invalid PTE, and we would need to
issue a TLB invalidation before exiting pmap_enter_quick_locked().  However,
we should never have a TLB entry for an invalid PTE.  r349905 has addressed
the root cause of the problem, and so we no longer need this workaround.

X-MFC after: r349905
sys/arm64/arm64/pmap.c