diff options
author | Thomas Gleixner | 2015-04-03 02:37:24 +0200 |
---|---|---|
committer | Ingo Molnar | 2015-04-03 08:44:36 +0200 |
commit | 52c063d1adbc16c76e70fffa20727fcd4e9343b3 (patch) | |
tree | 08e2f8c56e9e972082adbeda1fe3cff646a45f4e /include/linux/clockchips.h | |
parent | clockevents: Remove broadcast oneshot control leftovers (diff) | |
download | kernel-qcow2-linux-52c063d1adbc16c76e70fffa20727fcd4e9343b3.tar.gz kernel-qcow2-linux-52c063d1adbc16c76e70fffa20727fcd4e9343b3.tar.xz kernel-qcow2-linux-52c063d1adbc16c76e70fffa20727fcd4e9343b3.zip |
clockevents: Make tick handover explicit
clockevents_notify() is a leftover from the early design of the
clockevents facility. It's really not a notification mechanism,
it's a multiplex call. We are way better off to have explicit
calls instead of this monstrosity.
Split out the tick_handover call and invoke it explicitely from
the hotplug code. Temporary solution will be cleaned up in later
patches.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
[ Rebase ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/1658173.RkEEILFiQZ@vostro.rjw.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/clockchips.h')
-rw-r--r-- | include/linux/clockchips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h index f97f498a5d10..f4bde22f8a05 100644 --- a/include/linux/clockchips.h +++ b/include/linux/clockchips.h @@ -11,7 +11,6 @@ /* Clock event notification values */ enum clock_event_nofitiers { CLOCK_EVT_NOTIFY_ADD, - CLOCK_EVT_NOTIFY_CPU_DYING, CLOCK_EVT_NOTIFY_CPU_DEAD, }; |