diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2016-08-24 11:14:44 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2016-09-06 18:30:24 +0200 |
| commit | dfc616d8b3df3013c579e023e67f29ada60bdd50 (patch) | |
| tree | bb132bb0eff08e2a10a6b57bb4f5da40abf1d888 /include/linux | |
| parent | 10fcca9d8704a04c6e86398f930fa28e0fb03ce4 (diff) | |
cpuidle/coupled: Convert to hotplug state machine
Install the callbacks via the state machine.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Cc: [email protected]
Cc: Peter Zijlstra <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: "Rafael J. Wysocki" <[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 0fb22b95649f..e8608774b5da 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -30,6 +30,7 @@ enum cpuhp_state { CPUHP_SLAB_PREPARE, CPUHP_MD_RAID5_PREPARE, CPUHP_RCUTREE_PREP, + CPUHP_CPUIDLE_COUPLED_PREPARE, CPUHP_NOTIFY_PREPARE, CPUHP_TIMERS_DEAD, CPUHP_BRINGUP_CPU, |