// SPDX-License-Identifier: GPL-2.0 #include #include #include #include #include #include #include #include #include #ifdef CONFIG_HOTPLUG_CPU bool arch_cpu_is_hotpluggable(int cpu) { return !io_master(cpu); } #endif