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
F112547920: D48888.diff
Wed, Mar 19, 4:56 PM
Unknown Object (File)
Fri, Mar 14, 7:02 AM
Unknown Object (File)
Fri, Mar 7, 12:51 PM
Unknown Object (File)
Mon, Mar 3, 6:36 AM
Unknown Object (File)
Tue, Feb 25, 7:36 PM
Unknown Object (File)
Sat, Feb 22, 4:39 PM
Unknown Object (File)
Wed, Feb 19, 8:42 PM
Unknown Object (File)
Tue, Feb 18, 8:00 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 Not Applicable
Unit
Tests Not Applicable

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