Page MenuHomeFreeBSD

arm64: Call pmap_bootstrap_dmap from initarm
ClosedPublic

Authored by andrew on Wed, Apr 16, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 28, 5:27 AM
Unknown Object (File)
Tue, Apr 22, 4:49 PM
Unknown Object (File)
Sat, Apr 19, 8:55 PM
Unknown Object (File)
Sat, Apr 19, 5:41 PM
Unknown Object (File)
Sat, Apr 19, 1:14 PM
Unknown Object (File)
Sat, Apr 19, 7:26 AM
Unknown Object (File)
Fri, Apr 18, 12:12 AM
Unknown Object (File)
Thu, Apr 17, 8:41 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.Thu, Apr 17, 3:40 PM

Add a comment explaining why we call pmap twice to bootstrap

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