Re: [PATCH 07/35] clockevents: Make suspend/resume calls explicit

2015-02-16 Thread Rafael J. Wysocki
On Monday, February 16, 2015 01:14:42 PM Peter Zijlstra wrote: > From: Thomas Gleixner > > 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 i

[PATCH 07/35] clockevents: Make suspend/resume calls explicit

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner 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 suspend/resume() calls and invoke t