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
F164603866: D17941.id51763.diff
Sun, Aug 2, 8:42 AM
F164597230: D17941.id50276.diff
Sun, Aug 2, 6:36 AM
F164570436: D17941.diff
Sun, Aug 2, 3:45 AM
F164565471: D17941.id50578.diff
Sun, Aug 2, 3:11 AM
Unknown Object (File)
Sat, Aug 1, 8:17 AM
Unknown Object (File)
Tue, Jul 28, 6:41 PM
Unknown Object (File)
Mon, Jul 27, 3:42 PM
Unknown Object (File)
Sun, Jul 26, 11:35 PM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/x86/acpica/srat.c
51 ↗(On Diff #50276)

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 ↗(On Diff #50276)

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.