diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2016-11-03 15:50:01 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2016-11-09 23:45:27 +0100 |
| commit | d544abd5ff7d8b07c0c67682a63e4939c3c82914 (patch) | |
| tree | 11d30f0ccc45a9f5cbf7063564e642dd3d6c65f4 /include/linux | |
| parent | 5588f5afb4cfc33eb377b751ba4b97184373e8d6 (diff) | |
lib/radix-tree: Convert to hotplug state machine
Install the callbacks via the state machine.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
| -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 04e5f99ffc70..89310fb1031d 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -34,6 +34,7 @@ enum cpuhp_state { CPUHP_PRINTK_DEAD, CPUHP_MM_MEMCQ_DEAD, CPUHP_PERCPU_CNT_DEAD, + CPUHP_RADIX_DEAD, CPUHP_WORKQUEUE_PREP, CPUHP_POWER_NUMA_PREPARE, CPUHP_HRTIMERS_PREPARE, |