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)
Thu, Aug 13, 12:24 PM
Unknown Object (File)
Wed, Aug 12, 11:11 PM
Unknown Object (File)
Wed, Aug 12, 5:14 AM
Unknown Object (File)
Wed, Aug 12, 12:46 AM
Unknown Object (File)
Mon, Aug 10, 7:45 PM
Unknown Object (File)
Mon, Aug 10, 7:44 PM
Unknown Object (File)
Fri, Aug 7, 12:36 PM
Unknown Object (File)
Fri, Aug 7, 1:42 AM
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