diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2016-09-07 13:19:01 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2016-09-30 11:23:04 +0100 |
commit | c8761e2016aa51a2829563b02a0a55913bdb0be8 (patch) | |
tree | cbceacae7a9d60efbedd2afc5f5bea1041a50c87 /include/linux/cpuhotplug.h | |
parent | 4d737042d6c4ee10a632cf94b953169d13955a40 (diff) | |
download | lwn-c8761e2016aa51a2829563b02a0a55913bdb0be8.tar.gz lwn-c8761e2016aa51a2829563b02a0a55913bdb0be8.zip |
xen/events: Convert to hotplug state machine
Install the callbacks via the state machine.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
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 33d352f3295d..5f603166831c 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -22,6 +22,7 @@ enum cpuhp_state { CPUHP_SMPCFD_PREPARE, CPUHP_RCUTREE_PREP, CPUHP_XEN_PREPARE, + CPUHP_XEN_EVTCHN_PREPARE, CPUHP_NOTIFY_PREPARE, CPUHP_TIMERS_DEAD, CPUHP_BRINGUP_CPU, |