Re: [PATCH 20/35] clockevents: Provide explicit broadcast oneshot control function

2015-02-23 Thread Tony Lindgren
* Peter Zijlstra [150216 05:13]: > 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. >

Re: [PATCH 20/35] clockevents: Provide explicit broadcast oneshot control function

2015-02-23 Thread Tony Lindgren
* Peter Zijlstra pet...@infradead.org [150216 05:13]: From: Thomas Gleixner t...@linutronix.de 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

[PATCH 20/35] clockevents: Provide explicit broadcast oneshot control function

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 broadcast oneshot control into a

[PATCH 20/35] clockevents: Provide explicit broadcast oneshot control function

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner t...@linutronix.de 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 broadcast