Page MenuHomeFreeBSD

SYSINIT: add SI_SUB_NUMA
ClosedPublic

Authored by glebius on Aug 7 2026, 10:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 23, 8:13 AM
Unknown Object (File)
Sun, Sep 20, 2:30 AM
Unknown Object (File)
Thu, Sep 17, 5:45 AM
Unknown Object (File)
Sat, Sep 12, 7:15 PM
Unknown Object (File)
Fri, Sep 11, 3:23 AM
Unknown Object (File)
Thu, Sep 10, 9:57 PM
Unknown Object (File)
Wed, Sep 9, 9:18 AM
Unknown Object (File)
Mon, Sep 7, 4:44 PM
Subscribers

Details

Summary
This allows to parse ACPI tables and initialize VM domains before
SI_SUB_VM w/o a hack.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/sys/kernel.h
100

We only parse SRAT and SLIT here, so the name is misleading. Maybe SI_SUB_NUMA?

glebius retitled this revision from SYSINIT: add SI_SUB_ACPI to SYSINIT: add SI_SUB_NUMA.Aug 10 2026, 9:09 PM
glebius edited the summary of this revision. (Show Details)
glebius edited the summary of this revision. (Show Details)

Rename to SI_SUB_NUMA

This revision is now accepted and ready to land.Aug 10 2026, 9:59 PM
This revision was automatically updated to reflect the committed changes.