Page MenuHomeFreeBSD

arm64/pmap: Remove valid bit check from r365879 assertions
AbandonedPublic

Authored by scottph on Sep 21 2020, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 8, 1:51 AM
Unknown Object (File)
Nov 6 2024, 10:15 AM
Unknown Object (File)
Nov 2 2024, 7:37 PM
Unknown Object (File)
Oct 12 2024, 7:27 PM
Unknown Object (File)
Oct 12 2024, 7:27 PM
Unknown Object (File)
Oct 12 2024, 7:07 PM
Unknown Object (File)
Sep 30 2024, 2:39 PM
Unknown Object (File)
Sep 29 2024, 12:34 AM
Subscribers

Details

Summary

pmap_kextract might see a pte with the valid bit cleared while
another processor is performing a pmap_update_entry operation, so
don't check for that bit in the assertion.

MFC after: 1 week
Sponsored by: Ampere Computing, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped