Page MenuHomeFreeBSD

powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0
ClosedPublic

Authored by olce on Feb 7 2025, 5:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 25, 12:17 AM
Unknown Object (File)
Fri, Aug 15, 1:00 AM
Unknown Object (File)
Sun, Aug 10, 7:27 PM
Unknown Object (File)
Jul 21 2025, 12:49 AM
Unknown Object (File)
Jul 15 2025, 3:06 AM
Unknown Object (File)
Jul 7 2025, 11:10 AM
Unknown Object (File)
Jul 6 2025, 10:24 PM
Unknown Object (File)
Jul 4 2025, 7:26 AM
Subscribers

Details

Summary

In this case, the domain from which the memory to back the VM page array
is allocated does not matter, so just let vm_phys_early_alloc() choose
a suitable domain.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62297
Build 59181: arc lint + arc unit

Event Timeline

olce requested review of this revision.Feb 7 2025, 5:22 PM
olce retitled this revision from powerpc/mmu_radix: NUMA: Don't force early allocations from domain 0 to powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0.Feb 7 2025, 6:20 PM
olce edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 9 2025, 5:12 PM