Re: [PATCH 09/23] clocksource: add block notifier

2007-01-31 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > > secondly, CLOCKSOURCE_NOTIFY_REGISTER is only used by the core > > clocksource code and no register-notifier interface is exposed: this > > makes the whole thing an expensive NOP. > > I don't know what you mean when you say "no register-notifier

Re: [PATCH 09/23] clocksource: add block notifier

2007-01-31 Thread Daniel Walker
On Wed, 2007-01-31 at 11:17 +0100, Ingo Molnar wrote: > * Daniel Walker <[EMAIL PROTECTED]> wrote: > > > Adds a call back interface for register/rating change events. This is > > also used later in this series to signal other interesting events. > > This patch adds: > > > +#define CLOCKSOURCE_N

Re: [PATCH 09/23] clocksource: add block notifier

2007-01-31 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > Adds a call back interface for register/rating change events. This is > also used later in this series to signal other interesting events. This patch adds: > +#define CLOCKSOURCE_NOTIFY_REGISTER 1 > +#define CLOCKSOURCE_NOTIFY_RATING2 > +#defin

[PATCH 09/23] clocksource: add block notifier

2007-01-30 Thread Daniel Walker
Adds a call back interface for register/rating change events. This is also used later in this series to signal other interesting events. Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> --- include/linux/clocksource.h | 37 + include/linux/timekeeping.h |