Page MenuHomeFreeBSD

SYSINIT: add SI_SUB_NUMA
ClosedPublic

Authored by glebius on Fri, Aug 7, 10:18 PM.
Tags
None
Referenced Files
F170558820: D58713.diff
Sat, Sep 5, 10:02 AM
F170500917: D58713.id183644.diff
Sat, Sep 5, 3:10 AM
F170500395: D58713.id183837.diff
Sat, Sep 5, 3:06 AM
Unknown Object (File)
Fri, Sep 4, 1:12 PM
Unknown Object (File)
Fri, Sep 4, 11:10 AM
Unknown Object (File)
Wed, Sep 2, 2:28 PM
Unknown Object (File)
Wed, Sep 2, 9:52 AM
Unknown Object (File)
Wed, Sep 2, 2:47 AM
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.Mon, Aug 10, 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.Mon, Aug 10, 9:59 PM
This revision was automatically updated to reflect the committed changes.