HomeFreeBSD

arm64: Simplify fcmpset failure in pmap_promote_l2()

Description

arm64: Simplify fcmpset failure in pmap_promote_l2()

When the initial fcmpset in pmap_promote_l2() fails, there is no need
to repeat the check for the physical address being 2MB aligned or for
the accessed bit being set. While the pmap is locked the hardware can
only transition the accessed bit from 0 to 1, and we have already
determined that it is 1 when the fcmpset fails.

MFC after: 1 week

Details

Provenance
alcAuthored on Jul 7 2021, 6:16 PM
Parents
rG48b4fe050328: zfs: attach zpool_influxdb to build
Branches
Unknown
Tags
Unknown