Page MenuHomeFreeBSD

arm64: Call pmap_bootstrap_dmap from initarm
ClosedPublic

Authored by andrew on Apr 16 2025, 5:38 PM.
Tags
None
Referenced Files
F167205597: D49853.diff
Wed, Aug 19, 10:43 PM
F167205588: D49853.diff
Wed, Aug 19, 10:43 PM
F167205321: D49853.id153737.diff
Wed, Aug 19, 10:39 PM
Unknown Object (File)
Tue, Aug 18, 7:19 AM
Unknown Object (File)
Fri, Aug 14, 3:39 PM
Unknown Object (File)
Thu, Aug 13, 12:16 PM
Unknown Object (File)
Thu, Aug 13, 12:15 PM
Unknown Object (File)
Thu, Aug 13, 12:14 PM
Subscribers

Details

Summary

Make pmap_bootstrap_dmap self contained and call it from initarm. This
will allow us to have a better view of excluded physical address space
when calling pmap_bootstrap.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

Is there supposed to be a functional change here?

There should be no functional change in this patch. It is to allow D42734 to have a correct view of usable physical address space for its early allocations.

This revision is now accepted and ready to land.Apr 17 2025, 3:40 PM

Add a comment explaining why we call pmap twice to bootstrap

This revision now requires review to proceed.Apr 17 2025, 3:51 PM
This revision is now accepted and ready to land.Apr 18 2025, 2:02 PM
This revision was automatically updated to reflect the committed changes.