Page MenuHomeFreeBSD

SYSINIT: add SI_SUB_NUMA
ClosedPublic

Authored by glebius on Fri, Aug 7, 10:18 PM.
Tags
None
Referenced Files
F166465996: D58713.id183644.diff
Thu, Aug 13, 5:57 PM
F166408421: D58713.id183882.diff
Thu, Aug 13, 11:22 AM
Unknown Object (File)
Thu, Aug 13, 1:17 AM
Unknown Object (File)
Wed, Aug 12, 11:55 PM
Unknown Object (File)
Wed, Aug 12, 9:50 AM
Unknown Object (File)
Wed, Aug 12, 7:05 AM
Unknown Object (File)
Tue, Aug 11, 11:26 PM
Unknown Object (File)
Tue, Aug 11, 5:24 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.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.