Page MenuHomeFreeBSD

arm64: Fix an assertion in pmap_enter_largepage()
ClosedPublic

Authored by markj on Sep 25 2022, 2:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 17 2023, 4:27 PM
Unknown Object (File)
Jan 9 2023, 4:39 AM
Unknown Object (File)
Jan 9 2023, 4:02 AM
Unknown Object (File)
Dec 15 2022, 7:59 PM
Subscribers

Details

Summary

The intent is to assert that either no mapping exists at the given VA,
or that the existing L1 block mapping maps the same PA.

Fixes: 36f1526a598c ("Add experimental 16k page support on arm64")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable