diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-03-10 12:54:09 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-05-06 14:58:23 +0200 |
commit | 9cf7243d5d83d27aca47f842107bfa02b5f11d16 (patch) | |
tree | 7d799da897639ca17556e4c67d707f6b060a4320 /include/linux/cpuhotplug.h | |
parent | e9d867a67fd03ccc07248ca4e9c2f74fed494d5b (diff) | |
download | talos-obmc-linux-9cf7243d5d83d27aca47f842107bfa02b5f11d16.tar.gz talos-obmc-linux-9cf7243d5d83d27aca47f842107bfa02b5f11d16.zip |
sched: Make set_cpu_rq_start_time() a built in hotplug state
Start distangling the maze of hotplug notifiers in the scheduler.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: rt@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 5d68e15e46b7..99fd1d2f76fe 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -8,6 +8,7 @@ enum cpuhp_state { CPUHP_BRINGUP_CPU, CPUHP_AP_IDLE_DEAD, CPUHP_AP_OFFLINE, + CPUHP_AP_SCHED_STARTING, CPUHP_AP_NOTIFY_STARTING, CPUHP_AP_ONLINE, CPUHP_TEARDOWN_CPU, |