1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_IA64_CPU_H_
3 #define _ASM_IA64_CPU_H_
5 #include <linux/device.h>
7 #include <linux/topology.h>
8 #include <linux/percpu.h>
14 DECLARE_PER_CPU(struct ia64_cpu
, cpu_devices
);
16 DECLARE_PER_CPU(int, cpu_state
);
18 #ifdef CONFIG_HOTPLUG_CPU
19 extern int arch_register_cpu(int num
);
20 extern void arch_unregister_cpu(int);
23 #endif /* _ASM_IA64_CPU_H_ */