diff options
Diffstat (limited to 'include/linux/cpuhotplug.h')
| -rw-r--r-- | include/linux/cpuhotplug.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index e78281d07b70..dbfdd0fadbef 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -147,6 +147,7 @@ enum cpuhp_state {  	CPUHP_AP_X86_VDSO_VMA_ONLINE,  	CPUHP_AP_IRQ_AFFINITY_ONLINE,  	CPUHP_AP_ARM_MVEBU_SYNC_CLOCKS, +	CPUHP_AP_X86_INTEL_EPB_ONLINE,  	CPUHP_AP_PERF_ONLINE,  	CPUHP_AP_PERF_X86_ONLINE,  	CPUHP_AP_PERF_X86_UNCORE_ONLINE, |