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, May 7, 3:25 AM
Unknown Object (File)
Mon, May 4, 9:20 AM
Unknown Object (File)
Sun, May 3, 4:21 PM
Unknown Object (File)
Thu, Apr 30, 3:24 AM
Unknown Object (File)
Mon, Apr 20, 7:46 PM
Unknown Object (File)
Fri, Apr 17, 8:14 AM
Unknown Object (File)
Wed, Apr 15, 6:39 PM
Unknown Object (File)
Wed, Apr 15, 7:24 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