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)
Fri, Mar 22, 5:29 PM
Unknown Object (File)
Feb 7 2024, 8:27 PM
Unknown Object (File)
Dec 25 2023, 11:20 AM
Unknown Object (File)
Dec 22 2023, 11:46 PM
Unknown Object (File)
Dec 21 2023, 1:54 AM
Unknown Object (File)
Dec 11 2023, 12:35 AM
Unknown Object (File)
Nov 22 2023, 1:00 PM
Unknown Object (File)
Nov 15 2023, 1:49 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.