HomeFreeBSD

arm64: Support pmap_fault with a locked pmap

Description

arm64: Support pmap_fault with a locked pmap

When we get a data abort in an EFI runtime service the userspace pmap
will be locked by the current thread. Skip trying to lock it again as
it will be in a critical section and the lock may sleep.

Reviewed by: markj
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46813

Details

Provenance
andrewAuthored on Mon, Oct 14, 2:35 PM
Reviewer
markj
Differential Revision
D46813: arm64: Support pmap_fault with a locked pmap
Parents
rGb2f8b2dc8736: sys: Add an SMCCC Random Number Generator driver
Branches
Unknown
Tags
Unknown