diff options
| author | Richard Cochran <[email protected]> | 2016-07-13 17:16:57 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-07-15 10:40:30 +0200 |
| commit | ae6a8a2ed721ecdbc15d32b2089af5ed2190adc7 (patch) | |
| tree | 1e07fa25af0b6ebdf9ed1bee47e2caeed4dcc1f8 /include/linux | |
| parent | 27c01a8c73e15b2135b96a1866e1dbeb797e4806 (diff) | |
x86/tboot: Convert to hotplug state machine
Install the callbacks via the state machine and let the core invoke
the callbacks on the already online CPUs.
Signed-off-by: Richard Cochran <[email protected]>
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Reviewed-by: Sebastian Andrzej Siewior <[email protected]>
Cc: Gang Wei <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Ning Sun <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Richard L Maliszewski <[email protected]>
Cc: Shane Wang <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[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 c5b96d0b6fbf..070cc7f28862 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -53,6 +53,7 @@ enum cpuhp_state { CPUHP_AP_ARM_CORESIGHT4_STARTING, CPUHP_AP_ARM64_ISNDEP_STARTING, CPUHP_AP_LEDTRIG_STARTING, + CPUHP_AP_X86_TBOOT_DYING, CPUHP_AP_NOTIFY_STARTING, CPUHP_AP_ONLINE, CPUHP_TEARDOWN_CPU, |