2016-02-27 02:43:28 +08:00
|
|
|
#ifndef __CPUHOTPLUG_H
|
|
|
|
#define __CPUHOTPLUG_H
|
|
|
|
|
2016-09-14 18:00:26 +08:00
|
|
|
#include <linux/types.h>
|
|
|
|
|
2016-02-27 02:43:28 +08:00
|
|
|
enum cpuhp_state {
|
|
|
|
CPUHP_OFFLINE,
|
|
|
|
CPUHP_CREATE_THREADS,
|
2016-07-14 01:16:09 +08:00
|
|
|
CPUHP_PERF_PREPARE,
|
2016-07-14 01:16:10 +08:00
|
|
|
CPUHP_PERF_X86_PREPARE,
|
2016-07-14 01:16:12 +08:00
|
|
|
CPUHP_PERF_X86_UNCORE_PREP,
|
2016-07-14 01:16:13 +08:00
|
|
|
CPUHP_PERF_X86_AMD_UNCORE_PREP,
|
2016-07-14 01:16:15 +08:00
|
|
|
CPUHP_PERF_X86_RAPL_PREP,
|
2016-07-14 01:16:19 +08:00
|
|
|
CPUHP_PERF_BFIN,
|
2016-07-14 01:16:20 +08:00
|
|
|
CPUHP_PERF_POWER,
|
2016-07-14 01:16:23 +08:00
|
|
|
CPUHP_PERF_SUPERH,
|
2016-07-14 01:16:30 +08:00
|
|
|
CPUHP_X86_HPET_DEAD,
|
2016-07-14 01:16:34 +08:00
|
|
|
CPUHP_X86_APB_DEAD,
|
2016-08-13 01:49:43 +08:00
|
|
|
CPUHP_VIRT_NET_DEAD,
|
2016-08-18 20:57:19 +08:00
|
|
|
CPUHP_SLUB_DEAD,
|
2016-08-18 20:57:20 +08:00
|
|
|
CPUHP_MM_WRITEBACK_DEAD,
|
2016-08-18 20:57:21 +08:00
|
|
|
CPUHP_SOFTIRQ_DEAD,
|
2016-08-18 20:57:23 +08:00
|
|
|
CPUHP_NET_MVNETA_DEAD,
|
2016-08-18 20:57:25 +08:00
|
|
|
CPUHP_CPUIDLE_DEAD,
|
2016-09-07 01:04:37 +08:00
|
|
|
CPUHP_ARM64_FPSIMD_DEAD,
|
2016-09-07 01:04:39 +08:00
|
|
|
CPUHP_ARM_OMAP_WAKE_DEAD,
|
2016-09-07 01:04:43 +08:00
|
|
|
CPUHP_IRQ_POLL_DEAD,
|
2016-09-07 01:04:44 +08:00
|
|
|
CPUHP_BLOCK_SOFTIRQ_DEAD,
|
2016-09-07 01:04:46 +08:00
|
|
|
CPUHP_VIRT_SCSI_DEAD,
|
2016-09-07 01:04:47 +08:00
|
|
|
CPUHP_ACPI_CPUDRV_DEAD,
|
2016-09-07 01:04:53 +08:00
|
|
|
CPUHP_S390_PFAULT_DEAD,
|
2016-09-07 01:04:55 +08:00
|
|
|
CPUHP_BLK_MQ_DEAD,
|
2016-11-03 22:49:57 +08:00
|
|
|
CPUHP_FS_BUFF_DEAD,
|
2016-11-03 22:49:58 +08:00
|
|
|
CPUHP_PRINTK_DEAD,
|
2016-11-03 22:49:59 +08:00
|
|
|
CPUHP_MM_MEMCQ_DEAD,
|
2016-11-03 22:50:00 +08:00
|
|
|
CPUHP_PERCPU_CNT_DEAD,
|
2016-11-03 22:50:01 +08:00
|
|
|
CPUHP_RADIX_DEAD,
|
2016-11-03 22:50:02 +08:00
|
|
|
CPUHP_PAGE_ALLOC_DEAD,
|
2016-11-03 22:50:04 +08:00
|
|
|
CPUHP_NET_DEV_DEAD,
|
2016-07-14 01:16:29 +08:00
|
|
|
CPUHP_WORKQUEUE_PREP,
|
2016-07-18 22:07:28 +08:00
|
|
|
CPUHP_POWER_NUMA_PREPARE,
|
2016-07-15 16:41:04 +08:00
|
|
|
CPUHP_HRTIMERS_PREPARE,
|
2016-07-14 01:16:59 +08:00
|
|
|
CPUHP_PROFILE_PREPARE,
|
2016-07-14 01:17:00 +08:00
|
|
|
CPUHP_X2APIC_PREPARE,
|
2016-07-14 01:17:01 +08:00
|
|
|
CPUHP_SMPCFD_PREPARE,
|
2016-08-18 20:57:17 +08:00
|
|
|
CPUHP_RELAY_PREPARE,
|
2016-08-23 20:53:19 +08:00
|
|
|
CPUHP_SLAB_PREPARE,
|
2016-08-18 20:57:24 +08:00
|
|
|
CPUHP_MD_RAID5_PREPARE,
|
2016-07-14 01:17:03 +08:00
|
|
|
CPUHP_RCUTREE_PREP,
|
2016-08-24 17:14:44 +08:00
|
|
|
CPUHP_CPUIDLE_COUPLED_PREPARE,
|
2016-08-18 20:57:30 +08:00
|
|
|
CPUHP_POWERPC_PMAC_PREPARE,
|
2016-08-18 20:57:31 +08:00
|
|
|
CPUHP_POWERPC_MMU_CTX_PREPARE,
|
2016-09-08 01:19:00 +08:00
|
|
|
CPUHP_XEN_PREPARE,
|
2016-09-08 01:19:01 +08:00
|
|
|
CPUHP_XEN_EVTCHN_PREPARE,
|
2016-02-27 02:43:28 +08:00
|
|
|
CPUHP_NOTIFY_PREPARE,
|
2016-09-07 01:04:38 +08:00
|
|
|
CPUHP_ARM_SHMOBILE_SCU_PREPARE,
|
2016-09-07 01:04:41 +08:00
|
|
|
CPUHP_SH_SH3X_PREPARE,
|
2016-09-07 01:04:55 +08:00
|
|
|
CPUHP_BLK_MQ_PREPARE,
|
2016-11-03 22:50:05 +08:00
|
|
|
CPUHP_NET_FLOW_PREPARE,
|
2016-07-27 17:08:18 +08:00
|
|
|
CPUHP_TIMERS_DEAD,
|
2016-09-07 01:04:50 +08:00
|
|
|
CPUHP_NOTF_ERR_INJ_PREPARE,
|
2016-09-07 01:04:51 +08:00
|
|
|
CPUHP_MIPS_SOC_PREPARE,
|
2016-02-27 02:43:28 +08:00
|
|
|
CPUHP_BRINGUP_CPU,
|
2016-02-27 02:43:43 +08:00
|
|
|
CPUHP_AP_IDLE_DEAD,
|
2016-02-27 02:43:29 +08:00
|
|
|
CPUHP_AP_OFFLINE,
|
2016-03-10 19:54:09 +08:00
|
|
|
CPUHP_AP_SCHED_STARTING,
|
2016-07-14 01:17:03 +08:00
|
|
|
CPUHP_AP_RCUTREE_DYING,
|
2016-07-14 01:16:04 +08:00
|
|
|
CPUHP_AP_IRQ_GIC_STARTING,
|
2016-07-14 01:16:05 +08:00
|
|
|
CPUHP_AP_IRQ_GICV3_STARTING,
|
2016-07-14 01:16:06 +08:00
|
|
|
CPUHP_AP_IRQ_HIP04_STARTING,
|
2016-07-14 01:16:07 +08:00
|
|
|
CPUHP_AP_IRQ_ARMADA_XP_STARTING,
|
|
|
|
CPUHP_AP_IRQ_ARMADA_CASC_STARTING,
|
2016-07-14 01:16:07 +08:00
|
|
|
CPUHP_AP_IRQ_BCM2836_STARTING,
|
2016-07-14 01:16:08 +08:00
|
|
|
CPUHP_AP_ARM_MVEBU_COHERENCY,
|
2016-07-14 01:16:12 +08:00
|
|
|
CPUHP_AP_PERF_X86_UNCORE_STARTING,
|
2016-07-14 01:16:13 +08:00
|
|
|
CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING,
|
2016-07-14 01:16:10 +08:00
|
|
|
CPUHP_AP_PERF_X86_STARTING,
|
2016-07-14 01:16:14 +08:00
|
|
|
CPUHP_AP_PERF_X86_AMD_IBS_STARTING,
|
2016-07-14 01:16:16 +08:00
|
|
|
CPUHP_AP_PERF_X86_CQM_STARTING,
|
2016-07-14 01:16:18 +08:00
|
|
|
CPUHP_AP_PERF_X86_CSTATE_STARTING,
|
2016-07-14 01:16:26 +08:00
|
|
|
CPUHP_AP_PERF_XTENSA_STARTING,
|
2016-07-14 01:16:49 +08:00
|
|
|
CPUHP_AP_PERF_METAG_STARTING,
|
2016-07-14 01:16:53 +08:00
|
|
|
CPUHP_AP_MIPS_OP_LOONGSON3_STARTING,
|
2016-07-14 01:16:35 +08:00
|
|
|
CPUHP_AP_ARM_VFP_STARTING,
|
2016-08-16 18:29:17 +08:00
|
|
|
CPUHP_AP_ARM64_DEBUG_MONITORS_STARTING,
|
2016-08-16 01:55:11 +08:00
|
|
|
CPUHP_AP_PERF_ARM_HW_BREAKPOINT_STARTING,
|
2016-07-14 01:16:36 +08:00
|
|
|
CPUHP_AP_PERF_ARM_STARTING,
|
2016-07-14 01:16:50 +08:00
|
|
|
CPUHP_AP_ARM_L2X0_STARTING,
|
2016-07-14 01:16:39 +08:00
|
|
|
CPUHP_AP_ARM_ARCH_TIMER_STARTING,
|
2016-07-14 01:17:04 +08:00
|
|
|
CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
|
2016-07-14 01:16:41 +08:00
|
|
|
CPUHP_AP_DUMMY_TIMER_STARTING,
|
2016-10-14 05:51:06 +08:00
|
|
|
CPUHP_AP_JCORE_TIMER_STARTING,
|
2016-07-14 01:17:05 +08:00
|
|
|
CPUHP_AP_EXYNOS4_MCT_TIMER_STARTING,
|
2016-07-14 01:16:51 +08:00
|
|
|
CPUHP_AP_ARM_TWD_STARTING,
|
2016-07-14 01:16:42 +08:00
|
|
|
CPUHP_AP_METAG_TIMER_STARTING,
|
2016-07-14 01:16:43 +08:00
|
|
|
CPUHP_AP_QCOM_TIMER_STARTING,
|
2016-07-14 01:17:06 +08:00
|
|
|
CPUHP_AP_ARMADA_TIMER_STARTING,
|
2016-07-14 01:17:07 +08:00
|
|
|
CPUHP_AP_MARCO_TIMER_STARTING,
|
2016-07-14 01:16:44 +08:00
|
|
|
CPUHP_AP_MIPS_GIC_TIMER_STARTING,
|
2016-07-14 01:17:07 +08:00
|
|
|
CPUHP_AP_ARC_TIMER_STARTING,
|
2016-07-14 01:16:37 +08:00
|
|
|
CPUHP_AP_KVM_STARTING,
|
2016-07-14 01:17:02 +08:00
|
|
|
CPUHP_AP_KVM_ARM_VGIC_INIT_STARTING,
|
2016-07-14 01:16:46 +08:00
|
|
|
CPUHP_AP_KVM_ARM_VGIC_STARTING,
|
2016-07-14 01:16:47 +08:00
|
|
|
CPUHP_AP_KVM_ARM_TIMER_STARTING,
|
2016-07-14 01:16:52 +08:00
|
|
|
CPUHP_AP_ARM_XEN_STARTING,
|
2016-07-14 01:16:54 +08:00
|
|
|
CPUHP_AP_ARM_CORESIGHT_STARTING,
|
2016-07-14 01:16:55 +08:00
|
|
|
CPUHP_AP_ARM_CORESIGHT4_STARTING,
|
2016-07-14 01:16:56 +08:00
|
|
|
CPUHP_AP_ARM64_ISNDEP_STARTING,
|
2016-07-14 01:17:01 +08:00
|
|
|
CPUHP_AP_SMPCFD_DYING,
|
2016-07-14 01:16:57 +08:00
|
|
|
CPUHP_AP_X86_TBOOT_DYING,
|
2016-02-27 02:43:29 +08:00
|
|
|
CPUHP_AP_ONLINE,
|
|
|
|
CPUHP_TEARDOWN_CPU,
|
2016-02-27 02:43:40 +08:00
|
|
|
CPUHP_AP_ONLINE_IDLE,
|
2016-02-27 02:43:39 +08:00
|
|
|
CPUHP_AP_SMPBOOT_THREADS,
|
2016-07-14 01:16:03 +08:00
|
|
|
CPUHP_AP_X86_VDSO_VMA_ONLINE,
|
2016-07-14 01:16:09 +08:00
|
|
|
CPUHP_AP_PERF_ONLINE,
|
2016-07-14 01:16:10 +08:00
|
|
|
CPUHP_AP_PERF_X86_ONLINE,
|
2016-07-14 01:16:12 +08:00
|
|
|
CPUHP_AP_PERF_X86_UNCORE_ONLINE,
|
2016-07-14 01:16:13 +08:00
|
|
|
CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE,
|
2016-07-14 01:16:28 +08:00
|
|
|
CPUHP_AP_PERF_X86_AMD_POWER_ONLINE,
|
2016-07-14 01:16:15 +08:00
|
|
|
CPUHP_AP_PERF_X86_RAPL_ONLINE,
|
2016-07-14 01:16:16 +08:00
|
|
|
CPUHP_AP_PERF_X86_CQM_ONLINE,
|
2016-07-14 01:16:18 +08:00
|
|
|
CPUHP_AP_PERF_X86_CSTATE_ONLINE,
|
2016-07-14 01:16:21 +08:00
|
|
|
CPUHP_AP_PERF_S390_CF_ONLINE,
|
2016-07-14 01:16:22 +08:00
|
|
|
CPUHP_AP_PERF_S390_SF_ONLINE,
|
2016-07-14 01:16:24 +08:00
|
|
|
CPUHP_AP_PERF_ARM_CCI_ONLINE,
|
2016-07-14 01:16:25 +08:00
|
|
|
CPUHP_AP_PERF_ARM_CCN_ONLINE,
|
2016-09-02 17:35:18 +08:00
|
|
|
CPUHP_AP_PERF_ARM_L2X0_ONLINE,
|
2016-07-14 01:16:29 +08:00
|
|
|
CPUHP_AP_WORKQUEUE_ONLINE,
|
2016-07-14 01:17:03 +08:00
|
|
|
CPUHP_AP_RCUTREE_ONLINE,
|
2016-02-27 02:43:39 +08:00
|
|
|
CPUHP_AP_NOTIFY_ONLINE,
|
|
|
|
CPUHP_AP_ONLINE_DYN,
|
|
|
|
CPUHP_AP_ONLINE_DYN_END = CPUHP_AP_ONLINE_DYN + 30,
|
2016-07-14 01:16:30 +08:00
|
|
|
CPUHP_AP_X86_HPET_ONLINE,
|
2016-07-14 01:16:33 +08:00
|
|
|
CPUHP_AP_X86_KVM_CLK_ONLINE,
|
2016-03-10 19:54:19 +08:00
|
|
|
CPUHP_AP_ACTIVE,
|
2016-02-27 02:43:28 +08:00
|
|
|
CPUHP_ONLINE,
|
|
|
|
};
|
|
|
|
|
2016-02-27 02:43:33 +08:00
|
|
|
int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
|
|
|
|
int (*startup)(unsigned int cpu),
|
2016-08-13 01:49:39 +08:00
|
|
|
int (*teardown)(unsigned int cpu), bool multi_instance);
|
2016-02-27 02:43:33 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_setup_state - Setup hotplug state callbacks with calling the callbacks
|
|
|
|
* @state: The state for which the calls are installed
|
|
|
|
* @name: Name of the callback (will be used in debug output)
|
|
|
|
* @startup: startup callback function
|
|
|
|
* @teardown: teardown callback function
|
|
|
|
*
|
|
|
|
* Installs the callback functions and invokes the startup callback on
|
|
|
|
* the present cpus which have already reached the @state.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_setup_state(enum cpuhp_state state,
|
|
|
|
const char *name,
|
|
|
|
int (*startup)(unsigned int cpu),
|
|
|
|
int (*teardown)(unsigned int cpu))
|
|
|
|
{
|
2016-08-13 01:49:39 +08:00
|
|
|
return __cpuhp_setup_state(state, name, true, startup, teardown, false);
|
2016-02-27 02:43:33 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
|
|
|
|
* callbacks
|
|
|
|
* @state: The state for which the calls are installed
|
|
|
|
* @name: Name of the callback.
|
|
|
|
* @startup: startup callback function
|
|
|
|
* @teardown: teardown callback function
|
|
|
|
*
|
|
|
|
* Same as @cpuhp_setup_state except that no calls are executed are invoked
|
|
|
|
* during installation of this callback. NOP if SMP=n or HOTPLUG_CPU=n.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state,
|
|
|
|
const char *name,
|
|
|
|
int (*startup)(unsigned int cpu),
|
|
|
|
int (*teardown)(unsigned int cpu))
|
|
|
|
{
|
2016-08-13 01:49:39 +08:00
|
|
|
return __cpuhp_setup_state(state, name, false, startup, teardown,
|
|
|
|
false);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_setup_state_multi - Add callbacks for multi state
|
|
|
|
* @state: The state for which the calls are installed
|
|
|
|
* @name: Name of the callback.
|
|
|
|
* @startup: startup callback function
|
|
|
|
* @teardown: teardown callback function
|
|
|
|
*
|
|
|
|
* Sets the internal multi_instance flag and prepares a state to work as a multi
|
|
|
|
* instance callback. No callbacks are invoked at this point. The callbacks are
|
|
|
|
* invoked once an instance for this state are registered via
|
|
|
|
* @cpuhp_state_add_instance or @cpuhp_state_add_instance_nocalls.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_setup_state_multi(enum cpuhp_state state,
|
|
|
|
const char *name,
|
|
|
|
int (*startup)(unsigned int cpu,
|
|
|
|
struct hlist_node *node),
|
|
|
|
int (*teardown)(unsigned int cpu,
|
|
|
|
struct hlist_node *node))
|
|
|
|
{
|
|
|
|
return __cpuhp_setup_state(state, name, false,
|
|
|
|
(void *) startup,
|
|
|
|
(void *) teardown, true);
|
|
|
|
}
|
|
|
|
|
|
|
|
int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node,
|
|
|
|
bool invoke);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_state_add_instance - Add an instance for a state and invoke startup
|
|
|
|
* callback.
|
|
|
|
* @state: The state for which the instance is installed
|
|
|
|
* @node: The node for this individual state.
|
|
|
|
*
|
|
|
|
* Installs the instance for the @state and invokes the startup callback on
|
|
|
|
* the present cpus which have already reached the @state. The @state must have
|
|
|
|
* been earlier marked as multi-instance by @cpuhp_setup_state_multi.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_state_add_instance(enum cpuhp_state state,
|
|
|
|
struct hlist_node *node)
|
|
|
|
{
|
|
|
|
return __cpuhp_state_add_instance(state, node, true);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_state_add_instance_nocalls - Add an instance for a state without
|
|
|
|
* invoking the startup callback.
|
|
|
|
* @state: The state for which the instance is installed
|
|
|
|
* @node: The node for this individual state.
|
|
|
|
*
|
|
|
|
* Installs the instance for the @state The @state must have been earlier
|
|
|
|
* marked as multi-instance by @cpuhp_setup_state_multi.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_state_add_instance_nocalls(enum cpuhp_state state,
|
|
|
|
struct hlist_node *node)
|
|
|
|
{
|
|
|
|
return __cpuhp_state_add_instance(state, node, false);
|
2016-02-27 02:43:33 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
|
|
|
|
* @state: The state for which the calls are removed
|
|
|
|
*
|
|
|
|
* Removes the callback functions and invokes the teardown callback on
|
|
|
|
* the present cpus which have already reached the @state.
|
|
|
|
*/
|
|
|
|
static inline void cpuhp_remove_state(enum cpuhp_state state)
|
|
|
|
{
|
|
|
|
__cpuhp_remove_state(state, true);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking
|
|
|
|
* teardown
|
|
|
|
* @state: The state for which the calls are removed
|
|
|
|
*/
|
|
|
|
static inline void cpuhp_remove_state_nocalls(enum cpuhp_state state)
|
|
|
|
{
|
|
|
|
__cpuhp_remove_state(state, false);
|
|
|
|
}
|
|
|
|
|
2016-08-13 01:49:39 +08:00
|
|
|
/**
|
|
|
|
* cpuhp_remove_multi_state - Remove hotplug multi state callback
|
|
|
|
* @state: The state for which the calls are removed
|
|
|
|
*
|
|
|
|
* Removes the callback functions from a multi state. This is the reverse of
|
|
|
|
* cpuhp_setup_state_multi(). All instances should have been removed before
|
|
|
|
* invoking this function.
|
|
|
|
*/
|
|
|
|
static inline void cpuhp_remove_multi_state(enum cpuhp_state state)
|
|
|
|
{
|
|
|
|
__cpuhp_remove_state(state, false);
|
|
|
|
}
|
|
|
|
|
|
|
|
int __cpuhp_state_remove_instance(enum cpuhp_state state,
|
|
|
|
struct hlist_node *node, bool invoke);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
|
|
|
|
* the teardown callback
|
|
|
|
* @state: The state from which the instance is removed
|
|
|
|
* @node: The node for this individual state.
|
|
|
|
*
|
|
|
|
* Removes the instance and invokes the teardown callback on the present cpus
|
|
|
|
* which have already reached the @state.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_state_remove_instance(enum cpuhp_state state,
|
|
|
|
struct hlist_node *node)
|
|
|
|
{
|
|
|
|
return __cpuhp_state_remove_instance(state, node, true);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* cpuhp_state_remove_instance_nocalls - Remove hotplug instance from state
|
|
|
|
* without invoking the reatdown callback
|
|
|
|
* @state: The state from which the instance is removed
|
|
|
|
* @node: The node for this individual state.
|
|
|
|
*
|
|
|
|
* Removes the instance without invoking the teardown callback.
|
|
|
|
*/
|
|
|
|
static inline int cpuhp_state_remove_instance_nocalls(enum cpuhp_state state,
|
|
|
|
struct hlist_node *node)
|
|
|
|
{
|
|
|
|
return __cpuhp_state_remove_instance(state, node, false);
|
|
|
|
}
|
|
|
|
|
2016-02-27 02:43:41 +08:00
|
|
|
#ifdef CONFIG_SMP
|
|
|
|
void cpuhp_online_idle(enum cpuhp_state state);
|
|
|
|
#else
|
|
|
|
static inline void cpuhp_online_idle(enum cpuhp_state state) { }
|
|
|
|
#endif
|
|
|
|
|
2016-02-27 02:43:28 +08:00
|
|
|
#endif
|