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, Sep 13, 11:21 AM
Unknown Object (File)
Fri, Sep 12, 7:11 AM
Unknown Object (File)
Thu, Sep 11, 10:13 PM
Unknown Object (File)
Thu, Sep 11, 9:11 AM
Unknown Object (File)
Sat, Sep 6, 6:20 AM
Unknown Object (File)
Sun, Aug 31, 3:29 AM
Unknown Object (File)
Sat, Aug 30, 11:11 PM
Unknown Object (File)
Mon, Aug 25, 11:58 PM
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.