Page MenuHomeFreeBSD

arm64: Increase dmap size to 95 TiB
ClosedPublic

Authored by scottph on Aug 20 2020, 6:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 6:01 PM
Unknown Object (File)
Oct 3 2024, 6:38 AM
Unknown Object (File)
Oct 1 2024, 1:00 PM
Unknown Object (File)
Oct 1 2024, 11:25 AM
Unknown Object (File)
Sep 23 2024, 3:03 PM
Unknown Object (File)
Sep 11 2024, 12:10 PM
Unknown Object (File)
Sep 5 2024, 10:25 AM
Unknown Object (File)
Sep 5 2024, 10:25 AM
Subscribers

Details

Summary

The Ampere Altra has physical memory populated sparsely within the
physical address space. Increase the size of the dmap to cover all
physical memory.

MFC after: 1 week
Sponsored by: Ampere Computing, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Reviews D26128, D26129, D26130, D26131, D26132, D26133 deal with various arrays that explode in size when the last physical address becomes really huge.

We only map physical memory that exists, so this shouldn't cause a problem on existing systems.

This revision is now accepted and ready to land.Aug 20 2020, 7:35 AM
This revision was automatically updated to reflect the committed changes.