Page MenuHomeFreeBSD

acpica : move SRAT/SLIT parsing to sys/dev/acpica
ClosedPublic

Authored by jchandra on Nov 11 2018, 2:37 AM.
Tags
None
Referenced Files
F170213933: D17941.id.diff
Thu, Sep 3, 9:50 PM
Unknown Object (File)
Tue, Sep 1, 10:08 PM
Unknown Object (File)
Tue, Sep 1, 1:14 AM
Unknown Object (File)
Sun, Aug 30, 9:58 PM
Unknown Object (File)
Sun, Aug 30, 3:19 PM
Unknown Object (File)
Fri, Aug 28, 10:00 PM
Unknown Object (File)
Wed, Aug 26, 6:54 AM
Unknown Object (File)
Mon, Aug 24, 6:59 AM
Subscribers

Details

Summary

This moves the architecture independent parts of sys/x86/acpica/srat.c to sys/dev/acpica/acpi_pxm.c, to be used later on arm64. The function declarations are moved to sys/dev/acpica/acpivar.h

We also need to update sys/conf/files.{i386,amd64} to use the new file. No functional changes.

Test Plan

No effect on x86 (numa/non-numa)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 20747

Event Timeline

sys/x86/acpica/srat.c
51

Are all of these includes still needed?

jchandra marked an inline comment as done.

Thanks for the review - will post new version dropping a few includes.

sys/x86/acpica/srat.c
51

I can drop a few includes.

Addressed markj's comment - removed unnecessary includes.

This revision is now accepted and ready to land.Dec 3 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.