#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/topology.h>
#include <linux/device.h>
#include <linux/percpu.h>
#include <linux/cpufeature.h>
#include <linux/pm_qos.h>
#include <linux/sched/isolation.h>
static DEFINE_PER_CPU(struct device *, cpu_sys_devices);
static int cpu_subsys_match(struct device *dev, struct device_driver *drv)
if (acpi_driver_match_device(dev, drv))
#ifdef CONFIG_HOTPLUG_CPU
static void change_cpu_under_node(struct cpu *cpu,
unsigned int from_nid, unsigned int to_nid)
unregister_cpu_under_node(cpuid, from_nid);
register_cpu_under_node(cpuid, to_nid);
static int cpu_subsys_online(struct device *dev)
struct cpu *cpu = container_of(dev, struct cpu, dev);
from_nid = cpu_to_node(cpuid);
if (from_nid == NUMA_NO_NODE)
to_nid = cpu_to_node(cpuid);