]> xenbits.xensource.com Git - xen.git/commit
xen/percpu: NUMA-position the per-CPU area
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 17 Apr 2025 08:14:03 +0000 (09:14 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 17 Apr 2025 10:59:57 +0000 (11:59 +0100)
commita20e5908e218d07c293ac8d49fb58f0f3a72125b
tree3b36e531e47733e3dfc47fe94a633c861fc0ce93
parentc07b16fd6e47782ebf1ee767cd07c1e2b4140f47
xen/percpu: NUMA-position the per-CPU area

This seems to have been quite an oversight in Xen's NUMA support, albeit it
probably because NUMA was arch-specific at first.

This is unlikely to be useful for CONFIG_SEPARATE_XENHEAP builds, but that's
only ARM32 right now, and unlikely to be interested in NUMA.

Take the opportunity to sort the includes.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/percpu.c